Thanks Justin, Clebert. For some reason I didn't read the whole documentation section about broker connections, and it is an interesting new feature for me. Although we have already configured Camel JMS to move messages between IBM MQ and Artemis, I will try to establish connection between those brokers using AMQP.
пт, 29 мар. 2024 г. в 22:06, Clebert Suconic <clebert.suco...@gmail.com>: > You can use broker connections for sure for that. > > On Thu, Mar 28, 2024 at 2:02 AM MILOVIDOV Aleksandr > <aleksandr.milovi...@raiffeisen.ru.invalid> wrote: > > > Hi All, > > > > IBM MQ has support for AMQP 1.0 protocol, and listener for AMQP > > connections can be configured on the server. But both brokers need some > > kind of bridge software (or "sender/reciever channel" in terms of IBM MQ) > > to move messages from one broker to another. > > I did not used AMQP in IBM MQ and I'm not sure if it has some kind of > > built-in service for that purpose. > > > > -- > > Best regards, > > Aleksandr > > > > -----Original Message----- > > From: Justin Bertram <jbert...@apache.org> > > Sent: Monday, March 25, 2024 7:08 PM > > To: users@activemq.apache.org > > Subject: Re: feasibility of connecting ActiveMQ Artemis with IBM MQ > > > > An AMQP broker connection should work to move messages from one AMQP > > broker to another AMQP broker, right? That would eliminate the need for > > Camel. > > > > > > Justin > > > > > > On Mon, Mar 25, 2024 at 11:05 AM Timothy Bish <tabish...@gmail.com> > wrote: > > > > > 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 > > > > > > >