JMS与Spring之一(用JmsTemplate同步收发消息)

转载自:http://blog.csdn.net/moonsheep_liu/article/details/6683190   在Spring框架中使用JMS传递消息有两种方式:JMS template和message listener container,前者用于同步收发消息,后者用于异步收发消息。 本文主要讲述用JMS template同步收发消息。 1.       JMS templat
相关文章
相关标签/搜索