
amqp
stephansun
这个作者很懒,什么都没留下…
展开
专栏收录文章
- 默认排序
- 最新发布
- 最早发布
- 最多阅读
- 最少阅读
-
JMS、AMQP实例讲解
使用Git从GitHub上将samples代码拷贝到本机,然后导入到IDE中git clone git://github.com/stephansun/samples.gitsamples包含7个模块,分别为samples-jms-plain:使用JMS原生API;samples-jms-spring:使用Spring对JMS原生API封装后的spring-...原创 2012-03-14 02:51:44 · 383 阅读 · 0 评论 -
spring-rabbit 中MessageListenerAdapter类
Message listener adapter adapter that delegates the handling of messages to target listener methods via refection, with flexible message tyep conversion. Allows listener methods to operate on message ...原创 2012-03-14 13:01:17 · 239 阅读 · 0 评论 -
spring-amqp官方示例Stock Trading
<bean id="stockServiceGateway" class="org.springframework.amqp.rabbit.stocks.gateway.RabbitStockServiceGateway"> <property name="rabbitTemplate"> <rabbit:template connection-fact...原创 2012-04-04 20:03:43 · 241 阅读 · 0 评论 -
[笔记]Spring AMQP Reference Documentation
2.4节. Sending Messages中有一段看了好多遍才理解"A better way of thinking about the exchange and routing key properties is that the explicit method parameters will always override the template's default values. I...原创 2012-04-04 21:41:30 · 200 阅读 · 0 评论