JMS学习以及jms的实现activeMq

时间:2023-03-08 16:07:31

1.JMS规范介绍:

http://www.cnblogs.com/hapjin/p/5431706.html

http://elim.iteye.com/blog/1893038

http://blog.****.net/jiuqiyuliang/article/details/46701559

2.activeMq的helloworld:

http://blog.****.net/jiuqiyuliang/article/details/48608237

3.activeMq消息监听器:三种1)最简单的只有一个onMessage方法的MessageListener、在onMessage方法里能接着发送消息的SessionAwareMessageListener和能实现Message消息转MessageListenerAdapter

http://elim.iteye.com/blog/1893676

4.activeMq的消息转换器MessageConverter

http://elim.iteye.com/blog/1900937

5.activeMq的事务管理JmsTransactionManager、jtaTransactionManager(分布式事务管理)

http://elim.iteye.com/blog/1983532