On 3/25/24 10:15, Devriendt, Erik wrote:
Hello all
We plan to use ActiveMQ Artemis in a larger project for our customer.
This broker will serve the message exchange between the internal components of
our system, but the customer also asks to connect to their IBM MQ broker for
publishing data from the new system to other systems that are already connected
to that IBM MQ broker.
I learn from the IBM documentation and ActiveMQ documentation that both support
AMQP, so I assume that an ActiveMQ broker can relay messages to (and from) the
IBM MQ broker by means of an outgoing AMQP connection.
Am I too naïve here? Did someone already do this? If yes, what were the
limitations, hurdles, problems, etc?
Erik Devriendt
In cases like this the first place to look to is Apache Camel which can
do this sort of bridging for you
https://camel.apache.org/components/4.4.x/eips/messaging-bridge.html
--
Tim Bish