You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by Adam Atawneh <aa...@anzgcis.com> on 2013/12/13 03:43:15 UTC

Integrating ActveMQ with IBM Queue Manager

I am new to the field of message queues.

My question might be high level. I have a client that has IBM Websphere MQ
and want us to integrate with them via message queues. They have indicated
that we will have to send/receive to their IBM QueueManager.

We want to have our own internal Message Queue system and are considering
using ActiveMQ. Is it possible to set up ActiveMQ (Queue Broker) to
communicate to an IBM Queue Manager? If yes, how can this be achieved?

Thanks



--
View this message in context: http://activemq.2283324.n4.nabble.com/Integrating-ActveMQ-with-IBM-Queue-Manager-tp4675509.html
Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.

Re: Integrating ActveMQ with IBM Queue Manager

Posted by Matt Pavlovich <ma...@pavlovich.com>.
Hi Adam-

Integrating with MQ Series via the JMS connector is straight forward, as long as the MQ topology is standard and you are just reading from normal application queues. If you need to start reading from XMIT queues or System Cluster Queues it gets more complicated, due to IBM's internal handling of message payload.

As Johan suggested, check out Camel and the camel-jms component for integrating b/w the two platforms.

Thanks,
-Matt Pavlovich

On Dec 12, 2013, at 8:57 PM, Adam Atawneh <aa...@anzgcis.com> wrote:

> By Bridge do you mean having an application connecting to both queues and
> transferring between them?
> 
> 
> 
> --
> View this message in context: http://activemq.2283324.n4.nabble.com/Integrating-ActveMQ-with-IBM-Queue-Manager-tp4675509p4675511.html
> Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.


Re: Integrating ActveMQ with IBM Queue Manager

Posted by Johan Edstrom <se...@gmail.com>.
http://activemq.apache.org/jms-to-jms-bridge.html


On Dec 12, 2013, at 7:57 PM, Adam Atawneh <aa...@anzgcis.com> wrote:

> By Bridge do you mean having an application connecting to both queues and
> transferring between them?
> 
> 
> 
> --
> View this message in context: http://activemq.2283324.n4.nabble.com/Integrating-ActveMQ-with-IBM-Queue-Manager-tp4675509p4675511.html
> Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.


Re: Integrating ActveMQ with IBM Queue Manager

Posted by Adam Atawneh <aa...@anzgcis.com>.
By Bridge do you mean having an application connecting to both queues and
transferring between them?



--
View this message in context: http://activemq.2283324.n4.nabble.com/Integrating-ActveMQ-with-IBM-Queue-Manager-tp4675509p4675511.html
Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.

Re: Integrating ActveMQ with IBM Queue Manager

Posted by Johan Edstrom <se...@gmail.com>.
Yes, via a bridge or camel.

Sent from my pressure cooker.

On Dec 12, 2013, at 21:43, Adam Atawneh <aa...@anzgcis.com> wrote:

> I am new to the field of message queues.
> 
> My question might be high level. I have a client that has IBM Websphere MQ
> and want us to integrate with them via message queues. They have indicated
> that we will have to send/receive to their IBM QueueManager.
> 
> We want to have our own internal Message Queue system and are considering
> using ActiveMQ. Is it possible to set up ActiveMQ (Queue Broker) to
> communicate to an IBM Queue Manager? If yes, how can this be achieved?
> 
> Thanks
> 
> 
> 
> --
> View this message in context: http://activemq.2283324.n4.nabble.com/Integrating-ActveMQ-with-IBM-Queue-Manager-tp4675509.html
> Sent from the ActiveMQ - Dev mailing list archive at Nabble.com.