Integration with Ease.
ActiveMQ is a multi protocol open source message broker. It consists of 2 projects, the legacy ActiveMQ Classic and the newer ActiveMQ Artemis broker. Both can be easily integrated into Flow Director and with any other messaging system.
Get Flow DirectorThis example shows how to bridge from an ActiveMQ Classic broker to an ActiveMQ Artemis broker. Both are connected via JMS. Messages are received from an inbound queue at the Classic broker and are directly sent to an outbound queue at the Artemis broker. Because we also want to send these messages to Apache Kafka, the messages are sent to a Kafka topic as well.