An open-source Java message service client for sending and receiving messages from various JMS providers and messaging brokers, with features like durable subscriptions and transactions.
Hermes JMS is an open source Java message service (JMS) API implementation for communicating with JMS brokers and messaging middleware. It provides a simple, lightweight client for sending and receiving messages using the standard JMS API.
Some key features of Hermes JMS include:
Hermes JMS focuses on being a lightweight but full featured JMS client. It aims to provide an easy on-ramp to JMS messaging without pulling in heavy dependencies. The simple API makes sending and receiving messages straightforward. More advanced JMS capabilities for transactions, durability, selectors, etc. are also available.
In summary, Hermes JMS is a good choice as a production-grade open source JMS client library for Java. It delivers a clean and focused JMS toolset for connecting Java apps to messaging middleware like ActiveMQ, RabbitMQ, Kafka and more.