JMS学习以及jms的实现activeMq
Posted 南开小巷
tags:
篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了JMS学习以及jms的实现activeMq相关的知识,希望对你有一定的参考价值。
1.JMS规范介绍:
http://www.cnblogs.com/hapjin/p/5431706.html
http://elim.iteye.com/blog/1893038
http://blog.csdn.net/jiuqiyuliang/article/details/46701559
2.activeMq的helloworld:
http://blog.csdn.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
以上是关于JMS学习以及jms的实现activeMq的主要内容,如果未能解决你的问题,请参考以下文章