MongoDB, JMS and RabbitMQ By @Ruxit | @DevOpsSummit [#DevOps]

JMS provides a standard messaging API for interoperability of applications on the Java platform. This enables your JVM-backed applications to connect to each other to send and receive messages. RabbitMQ is a messaging broker that serves as an intermediary for messaging between multiple platforms/languages.

ruxit now supports Java messaging, including monitoring of JMS message handlers, EJB message-driven beans, and the RabbitMQ consumer-plugin interface. We’ll continue to extend messaging support over the coming weeks.

read more