From 4fdda6d20452c4b25aa79a9b524b9b1c35b9b675 Mon Sep 17 00:00:00 2001 From: qi_liang Date: Thu, 10 Oct 2019 23:53:56 +0800 Subject: [PATCH] =?UTF-8?q?1.=E9=A2=84=E5=A4=87=E4=B8=8AactivieMq=E6=B6=88?= =?UTF-8?q?=E6=81=AF=E4=B8=AD=E9=97=B4=E4=BB=B6=202.=E6=8A=8A=E9=83=A8?= =?UTF-8?q?=E5=88=86=E6=B6=88=E6=81=AF=E5=8A=9F=E8=83=BD=E8=A7=A3=E6=9E=84?= =?UTF-8?q?=E5=A6=82=EF=BC=9A=E9=82=AE=E4=BB=B6=E5=8F=91=E9=80=81=EF=BC=8C?= =?UTF-8?q?=E5=BE=AE=E4=BF=A1=E5=85=AC=E4=BC=97=E5=8F=B7=E6=A8=A1=E7=89=88?= =?UTF-8?q?=E6=B6=88=E6=81=AF=E7=AD=89=E5=8A=9F=E8=83=BD=EF=BC=8C=E4=BD=BF?= =?UTF-8?q?=E7=94=A8=E6=B6=88=E6=81=AF=E9=98=9F=E5=88=97=E5=8A=9F=E8=83=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pom.xml | 17 ++++++++++ .../resources/spring/spring-activitMq.xml | 31 +++++++++++++++++++ 2 files changed, 48 insertions(+) diff --git a/pom.xml b/pom.xml index bf4b28f..163606c 100644 --- a/pom.xml +++ b/pom.xml @@ -507,6 +507,17 @@ ${basedir}/lib/json.jar + + org.apache.activemq + activemq-spring + 5.14.5 + + + org.springframework + spring-jms + 3.2.8.RELEASE + + com.github.jsonzou @@ -529,6 +540,12 @@ hutool-all 4.6.3 + + org.jetbrains + annotations + 16.0.3 + compile + diff --git a/src/main/resources/spring/spring-activitMq.xml b/src/main/resources/spring/spring-activitMq.xml index e69de29..8b26916 100644 --- a/src/main/resources/spring/spring-activitMq.xml +++ b/src/main/resources/spring/spring-activitMq.xml @@ -0,0 +1,31 @@ + + + + + + + + + \ No newline at end of file