You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by sundaravel <su...@yahoo.co.in> on 2007/09/12 09:59:40 UTC

I want to post a message to IBM MQseries server from weblogic 8.1 server

Hi all,
I am working with Weblogic 8.1 SP 3 server, now i need to send a XML message
to one topic in IBM MQSeries server.
Please let me know the ways, how i send a XML message to IBM MQ?
What I need to do ?
Apache ActiveMQ is give any better way to communicate with the IBM MQ
server.

I am working in Java language. Please give your answers.

Thanks
Sundaravel N
sundaravel_n@yahoo.co.in
-- 
View this message in context: http://www.nabble.com/I-want-to-post-a-message-to-IBM-MQseries-server-from-weblogic-8.1-server-tf4427599s2354.html#a12630551
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: I want to post a message to IBM MQseries server from weblogic 8.1 server

Posted by James Strachan <ja...@gmail.com>.
On 9/12/07, sundaravel <su...@yahoo.co.in> wrote:
>
> Hi all,
> I am working with Weblogic 8.1 SP 3 server, now i need to send a XML message
> to one topic in IBM MQSeries server.
> Please let me know the ways, how i send a XML message to IBM MQ?
> What I need to do ?
> Apache ActiveMQ is give any better way to communicate with the IBM MQ
> server.
>
> I am working in Java language. Please give your answers.

ActiveMQ is a JMS provider; so it doesn't by itself talk to foreign
JMS providers.

To bridge different JMS providers or other network protocols, try
Apache Camel...
http://activemq.apache.org/camel/

which in ActiveMQ 5.x can be configured inside the ActiveMQ broker to
bridge whatever protocols you need.
http://activemq.apache.org/enterprise-integration-patterns.html

-- 
James
-------
http://macstrac.blogspot.com/