You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by andypiper <an...@gmail.com> on 2011/09/14 11:06:35 UTC

Re: ActiveMQ integration with WebSphere MQ

Rajesh

You can't do anything on the WMQ side to enable that kind of communication.
If you want a MessageProducer running against a WMQ JMS Provider to have its
messages delivered to a.n.other JMS Provider, you need some kind of bridging
agent. One solution could be the WebSphere Message Broker, which can talk to
any JMS provider (and a wide variety of other things like files, databases,
TCP/IP sockets, etc etc), so if the organisation you are working with has
that technology it would be trivial to create a message flow to move
messages between WMQ and ActiveMQ. The other alternative, as you've seen, is
to have the ActiveMQ bridge remotely "pull" messages from WMQ.

In both cases you have something in between WMQ and ActiveMQ moving the
messages between the two JMS Providers.

Andy

-----
Andy Piper
IBM WebSphere Messaging Community Lead
http://andypiper.co.uk
--
View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMQ-integration-with-WebSphere-MQ-tp3550031p3812174.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.