I once did a connection between Artemis and IBM MQ. The work I did is based on ActiveMQ & Camel and open source:
https://github.com/assimbly/gateway https://github.com/assimbly/gateway/wiki/component-amqps https://github.com/assimbly/gateway/wiki/component-ibmmq It may help you. Raymond On Fri, Mar 29, 2024 at 8:05 PM Clebert Suconic <clebert.suco...@gmail.com> wrote: > 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 > > > > > > > > ----------------------------------- > > > > This message and any attachment are confidential and may be privileged or > > otherwise protected from disclosure. If you are not the intended > recipient > > any use, distribution, copying or disclosure is strictly prohibited. If > you > > have received this message in error, please notify the sender immediately > > either by telephone or by e-mail and delete this message and any > attachment > > from your system. Correspondence via e-mail is for information purposes > > only. AO Raiffeisenbank neither makes nor accepts legally binding > > statements by e-mail unless otherwise agreed. > > > > ----------------------------------- > > >