Spring messaging(Chapter 10 of Spring In Action)
摘要:
In JMS, there are two types of destination: queues and topics. Each of these isassociated with a specific messaging model, either point-to-point (for queues) orpublish-subscribe (for topics). Althoug... 阅读全文
posted @ 2010-07-18 22:15 Ray Z 阅读(472) 评论(0) 推荐(1)