JMS消息中间件系列[ActiveMQ]

Posted 信天翁游记

tags:

篇首语:本文由小常识网(cha138.com)小编为大家整理,主要介绍了JMS消息中间件系列[ActiveMQ]相关的知识,希望对你有一定的参考价值。

 版本5.13.3的特性:

1.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. 

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

3.Supports many advanced features such as Message GroupsVirtual DestinationsWildcards and Composite Destinations

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

5.Spring Support so that ActiveMQ can be easily embedded into Spring applications and configured using Spring‘s XML configuration mechanism

6.Tested inside popular J2EE servers such as TomEEGeronimo, 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

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

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

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

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

11.Ajax to support web streaming support to web browsers using pure Dhtml, allowing web browsers to be part of the messaging fabric

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

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

以上是关于JMS消息中间件系列[ActiveMQ]的主要内容,如果未能解决你的问题,请参考以下文章

分布式--ActiveMQ 消息中间件

消息中间件--ActiveMQ&JMS消息服务

ActiveMq系列教程 - 简介与环境搭建

ActiveMQ——理解和掌握JMS

JMS消息中间件原理及ActiveMQ用法

消息中间件之JMS实践(ActiveMQ)