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