(Redirected from ActiveMQ)
'Apache ActiveMQ' is an
open source (Apache 2.0 licensed)
message broker which fully implements the
Java Message Service 1.1 (JMS). It provides "Enterprise Features"
[1] like clustering, multiple message stores, and availability to use any DB as a JMS persistence provider besides VM, cache, and journal persistency.
Apart from
Java, ActiveMQ can be also used from
.NET[2] or
C/
C++[3] or from scripting languages like
Perl,
Python,
PHP and
Ruby via various "Cross Language Clients"
[4] together with connecting to many protocols and platforms
[5].
ActiveMQ is used in
enterprise service bus implementations such as
Apache ServiceMix,
Apache Camel,
Mule and
Celtix.
References
1. http://activemq.apache.org/features.html
2. http://activemq.apache.org/dot-net.html
3. http://activemq.apache.org/c-integration.html
4. http://activemq.apache.org/cross-language-clients.html
5. http://activemq.apache.org/connectivity.html
See also
★
Message-oriented middleware
★
Enterprise Messaging System
★
Enterprise Integration Patterns
External links
★
ActiveMQ Home