zoukankan      html  css  js  c++  java
  • 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

  • 相关阅读:
    结构化系统开发和面向对象开发方法
    十五周总结
    第十四周总结
    第十三周总结
    分答
    第十周总结
    DFD
    判定表
    第八周总结
    开发方法对比
  • 原文地址:https://www.cnblogs.com/zhangshitong/p/7657564.html
Copyright © 2011-2022 走看看