转载

ActiveMQ 5.12.0 发布,JMS 消息服务器

ActiveMQ 5.12.0 发布,此版本解决了一些 issues ,改进了 AMQP 和 MQTT 支持,修复了 STOMP 和 MQTT 相关的问题。

下载:

  • apache-activemq-5.12.0-bin.zip

  • apache-activemq-5.12.0-bin.tar.gz

改进列表:

  • Supports a variety of Cross Language Clients and Protocols from Java, C, C++, C#, Ruby, Perl, Python, PHP

    • OpenWire for high performance clients in Java, C, C++, C#

    • Stomp support so that clients can be written easily in C, Ruby, Perl, Python, PHP, ActionScript/Flash, Smalltalk to talk to ActiveMQ as well as any other popular Message Broker

    • AMQP v1.0 support

    • MQTT v3.1 support allowing for connections in an IoT environment.

  • full support for the Enterprise Integration Patterns both in the JMS client and the Message Broker

  • Supports many advanced features such as  Message Groups ,  Virtual Destinations ,  Wildcards and  Composite Destinations

  • Fully supports JMS 1.1 and J2EE 1.4 with support for transient, persistent, transactional and XA messaging

  • Spring Support so that ActiveMQ can be easily embedded into Spring applications and configured using Spring's XML configuration mechanism

  • Tested inside popular J2EE servers such as TomEE ,  Geronimo , JBoss, GlassFish and WebLogic

    • Includes JCA 1.5 resource adaptors for inbound & outbound messaging so that ActiveMQ should auto-deploy in any J2EE 1.4 compliant server

  • Supports pluggable transport protocols such as  in-VM , TCP, SSL, NIO, UDP, multicast, JGroups and JXTA transports

  • Supports very fast persistence using JDBC along with a high performance journal

  • Designed for high performance clustering, client-server, peer based communication

  • REST API to provide technology agnostic and language neutral web based API to messaging

  • Ajax to support web streaming support to web browsers using pure DHTML, allowing web browsers to be part of the messaging fabric

  • CXF and Axis Support so that ActiveMQ can be easily dropped into either of these web service stacks to provide reliable messaging

  • Can be used as an in memory JMS provider, ideal for unit testing JMS

更多内容请看 发行说明 。

ActiveMQ 是Apache出品,最流行的,能力强劲的开源消息总线。ActiveMQ 是一个完全支持JMS1.1和J2EE 1.4规范的 JMS Provider实现,尽管JMS规范出台已经是很久的事情了,但是JMS在当今的J2EE应用中间仍然扮演着特殊的地位。

正文到此结束
Loading...