av一区二区在线观看_亚洲男人的天堂网站_日韩亚洲视频_在线成人免费_欧美日韩精品免费观看视频_久草视

您的位置:首頁技術(shù)文章
文章詳情頁

ActiveMQ整合Spring入門用法解析

瀏覽:3日期:2023-08-05 15:34:13

一.ActiveMQ整合Spring基礎(chǔ)

ActiveMQ和Spring的整合,其實是把activemq的一些對象交給spring來管理,比如連接工廠,queue,top等等

二.依賴

除了activemq本身提供的jar包外,還需要兩個spring整合activemq的jar:

<dependency> <groupId>org.springframework</groupId> <artifactId>spring-jms</artifactId> </dependency> <dependency> <groupId>org.springframework</groupId> <artifactId>spring-context-support</artifactId> </dependency> <!-- activemq --> <dependency> <groupId>org.apache.activemq</groupId> <artifactId>activemq-all</artifactId> </dependency>

三.在spring配置文件中,配置activemq相關(guān)的對象

》生產(chǎn)者需要配置的對象:activemq原生連接工廠,spring包裝過的工廠,JmsTemplate(生產(chǎn)者),queue,topic

<!-- 配置activemq的連接工廠 --><bean name='activemqConnectionFactory' class='org.apache.activemq.ActiveMQConnectionFactory'> <constructor-arg index='0' value='tcp://192.168.xx.xxx:61616'></constructor-arg></bean><!-- 配置spring包裝的連接工廠 --><bean name='connectionFactory' class='org.springframework.jms.connection.SingleConnectionFactory'> <!-- 設(shè)置activemq的連接工廠 --> <property name='targetConnectionFactory' ref='activemqConnectionFactory'></property></bean><!-- 配置生產(chǎn)者對象:jmstemplate --><bean name='jmsTemplate' class='org.springframework.jms.core.JmsTemplate'> <!-- 設(shè)置工廠 --> <!-- <constructor-arg name='connectionFactory' ref='connectionFactory'></constructor-arg> --> <property name='connectionFactory' ref='connectionFactory'></property></bean><!-- 配置queue對象 --><bean name='queueDestination' class='org.apache.activemq.command.ActiveMQQueue'> <constructor-arg name='name' value='spring-active-queue'></constructor-arg></bean><!-- 配置topic對象 --><bean name='topicDestination' class='org.apache.activemq.command.ActiveMQTopic'> <constructor-arg name='name' value='spring-active-topic'></constructor-arg></bean>

測試代碼:

//測試生產(chǎn)者發(fā)生queue @Test public void testJMSTemplateByQueue() throws Exception {//創(chuàng)建spring容器 ApplicationContext ioc = new ClassPathXmlApplicationContext('classpath:spring/applicationContext-activemq.xml');//獲取jmstemplate JmsTemplate jmsTemplate = ioc.getBean(JmsTemplate.class);//獲取目的對象 Destination queue = (Destination) ioc.getBean('queueDestination');//發(fā)送消息,并設(shè)置目的對象和消息 jmsTemplate.send(queue,new MessageCreator() { public Message createMessage(Session session) throws JMSException {TextMessage message = session.createTextMessage();message.setText('hello spring activemq');return message; } });

小結(jié):生產(chǎn)者是需要在特定的時間發(fā)送指定的消息內(nèi)容,因此是需要書寫代碼的

》消費者需要配置的對象:activemq原生連接工廠,spring包裝過的工廠,監(jiān)聽容器(消費者),監(jiān)聽器,queue,topic

》之前監(jiān)聽器我們是直接實現(xiàn)匿名內(nèi)部類的方式,但是在spring這就不能了,還是書寫一個實現(xiàn)類并繼承messageListener接口

<!-- 配置activemq的連接工廠 --><bean name='activemqConnectionFactory' class='org.apache.activemq.ActiveMQConnectionFactory'> <constructor-arg index='0' value='tcp://192.168.xx.xxx:61616'></constructor-arg></bean><!-- 配置spring包裝的連接工廠 --><bean name='connectionFactory' class='org.springframework.jms.connection.SingleConnectionFactory'> <!-- 設(shè)置activemq的連接工廠 --> <property name='targetConnectionFactory' ref='activemqConnectionFactory'></property></bean><!-- 配置監(jiān)聽器 --><bean name='myMessageListener' class='cn.e3mall.search.listener.MyMessageListener'></bean><!-- 配置監(jiān)聽容器:消費者 --><bean name='messageListenerContainer' class='org.springframework.jms.listener.DefaultMessageListenerContainer'> <!-- 設(shè)置連接工廠 --> <property name='connectionFactory' ref='connectionFactory'></property> <!-- 設(shè)置目的對象 --> <property name='destination' ref='queueDestination'></property> <!-- 設(shè)置監(jiān)聽器 --> <property name='messageListener' ref='myMessageListener'></property></bean><!-- 配置queue對象 --><bean name='queueDestination' class='org.apache.activemq.command.ActiveMQQueue'> <constructor-arg name='name' value='spring-active-queue'></constructor-arg></bean><!-- 配置topic對象 --><bean name='topicDestination' class='org.apache.activemq.command.ActiveMQTopic'> <constructor-arg name='name' value='spring-active-topic'></constructor-arg></bean>

測試代碼:

@Test public void testListener() throws IOException { ApplicationContext ioc = new ClassPathXmlApplicationContext('classpath:spring/applicationContext-activemq.xml'); System.in.read(); }

小結(jié):我們的測試代碼很簡單,只要把容器啟動了,監(jiān)聽器就會一致監(jiān)聽著。不需要寫任何代碼,監(jiān)聽器只要一直關(guān)注目的對象Destination是否有消息發(fā)送過來

以上就是本文的全部內(nèi)容,希望對大家的學(xué)習(xí)有所幫助,也希望大家多多支持好吧啦網(wǎng)。

標(biāo)簽: Spring
相關(guān)文章:
主站蜘蛛池模板: 在线黄色网 | 黄色一级大片在线免费看国产一 | 青青草伊人网 | 黄色一级片免费看 | 成人黄色在线观看 | 国产一区欧美 | 色综合久久天天综合网 | 亚洲一级免费视频 | 黄色一级片网站 | 97国产在线 | 日韩小视频 | 黄色免费av | 91久久久精品 | 综合网久久 | 国产一区精品在线观看 | 亚洲精品国产精品乱码不卡 | 欧美片网站yy | 日韩欧美国产精品 | 日本精品二区 | 精品一区二区三区免费 | 亚洲欧美专区 | 日韩一区二区中文字幕 | 日韩精品在线观看视频 | 九九在线| 久久精选视频 | 国产永久精品 | 成人a毛片 | 91一区二区三区 | 国产精品aaa | 日韩免费看片 | 伊人久久网站 | 日日夜夜精品 | 在线播放a | 欧美日本在线观看 | 一级淫片观看 | 日韩三级视频 | 欧美一区二区在线视频 | 日韩欧美在线观看视频 | 免费三片在线播放 | 麻豆av网站| 亚洲无av在线中文字幕 |