﻿<?xml version="1.0" encoding="utf-8" standalone="yes"?><rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:trackback="http://madskills.com/public/xml/rss/module/trackback/" xmlns:wfw="http://wellformedweb.org/CommentAPI/" xmlns:slash="http://purl.org/rss/1.0/modules/slash/"><channel><title>BlogJava-风人园-文章分类-Enterprise</title><link>http://www.blogjava.net/wuxufeng8080/category/18457.html</link><description /><language>zh-cn</language><lastBuildDate>Wed, 28 Feb 2007 04:01:55 GMT</lastBuildDate><pubDate>Wed, 28 Feb 2007 04:01:55 GMT</pubDate><ttl>60</ttl><item><title>ActiveMQ4.1 +Spring2.0的POJO JMS方案 </title><link>http://www.blogjava.net/wuxufeng8080/articles/88172.html</link><dc:creator>风人园</dc:creator><author>风人园</author><pubDate>Sat, 16 Dec 2006 06:49:00 GMT</pubDate><guid>http://www.blogjava.net/wuxufeng8080/articles/88172.html</guid><description><![CDATA[JMS始终在JavaEE五花八门的协议里，WebService满天飞的时候占一位置，是因为：
<ul><li>它可以把不影响用户执行结果又比较耗时的任务（比如发邮件通知管理员）异步的扔给JMS 服务端去做，而尽快的把屏幕返还给用户。 
</li><li>服务端能够多线程排队响应高并发的请求。 
</li><li>可以在Java世界里达到最高的解耦。客户端与服务端无需直连，甚至无需知晓对方是谁、在哪里、有多少人，只要对流过的信息作响应就行了，在企业应用环境复杂时作用明显。 </li></ul><p>    <span class="nobr"><a title="Visit page outside Confluence" href="http://www.activemq.org/" rel="nofollow"><font color="#002c99">ActiveMQ<sup><img class="rendericon" height="7" alt="" src="http://wiki.springside.org.cn/images/icons/linkext7.gif" width="7" align="absMiddle" border="0" /></sup></font></a></span>的特性：</p><ul><li>完全支持JMS1.1和J2EE 1.4规范的 JMS Provider实现，也是Apache Geronimo默认的JMS provider。 
</li><li>POJO withdout EJB Container，不需要实现EJB繁琐复杂的Message Bean接口和配置。 
</li><li>Spring Base，可以使用Spring的各种特性如IOC、AOP 。 
</li><li>Effective，基于Jencks的JCA Container实现 pool connection，control transactions and manage security。  </li></ul><p><br /><a href="http://www.javaeye.com/topic/37071">http://www.javaeye.com/topic/37071</a></p><img src ="http://www.blogjava.net/wuxufeng8080/aggbug/88172.html" width = "1" height = "1" /><br><br><div align=right><a style="text-decoration:none;" href="http://www.blogjava.net/wuxufeng8080/" target="_blank">风人园</a> 2006-12-16 14:49 <a href="http://www.blogjava.net/wuxufeng8080/articles/88172.html#Feedback" target="_blank" style="text-decoration:none;">发表评论</a></div>]]></description></item></channel></rss>