Module activemq.driver
ballerinax/activemq.driver Ballerina library
Overview
The ActiveMQ driver provides a reliable and high-performance connectivity to Apache ActiveMQ brokers. It enables efficient communication with ActiveMQ, supporting various messaging patterns and features. The driver is designed to provide a seamless experience for interacting with ActiveMQ, ensuring reliable message delivery and efficient resource handling.
Key Features
- High-performance and reliable connectivity to ActiveMQ
- Support for various messaging patterns and features
- Efficient handling of connections and resources
- Reliable message delivery and secure communication
- Simplified production and consumption of messages
- GraalVM compatible for native image builds
Compatibility
| Version | |
|---|---|
| Ballerina Language | 2201.11.0 |
| ActiveMQ Client Connector* | 5.18.3 |
*ActiveMQ Client Connector 5.18.2 is released under Apache 2.0 License.
Usage
To add the ActiveMQ driver dependency the project simply import the module as below,
import ballerinax/jms; import ballerinax/activemq.driver as _;
Report issues
To report bugs, request new features, start new discussions, view project boards, etc., go to the Ballerina standard library parent repository.
Useful Links
- Chat live with us via our Discord server.
- Post all technical questions on Stack Overflow with the #ballerina tag.
This module bundles the latest ActiveMQ client so that JMS connector can be used in ballerina projects easily.
Compatibility
| Version | |
|---|---|
| Ballerina Language | 2201.11.0 |
| ActiveMQ Client Connector* | 5.18.3 |
*ActiveMQ Client Connector 5.18.2 is released under Apache 2.0 License.
Usage
To add the ActiveMQ driver dependency the project simply import the module as below,
import ballerinax/jms; import ballerinax/activemq.driver as _;