I have to receive messages from a client of ours who sends MQ messages. Our application is running on Weblogic8.1 + service pack 3 (integration server). After some discussions with bea-support, we have found out that we need to install MQ server 5.3 to receive messages. But for this we need to by MQ server 5.3 and the company does not want to spend money as they have already paid for Weblogic8.1 + service pack 3.
Can someone help us out with this issue?
Is there some way where we can receive the messages from weblogic without installing any other external servers?
Thanks heaps!
-
How to receive MQ messages from Weblogic8.1? (3 messages)
- Posted by: Indrajit Donahar
- Posted on: July 20 2005 20:31 EDT
Threaded Messages (3)
- How to receive MQ messages from Weblogic8.1? by James Strachan on July 22 2005 03:07 EDT
- How to receive MQ messages from Weblogic8.1? by D S on July 22 2005 12:39 EDT
- How to receive MQ messages from Weblogic8.1? by Harry Lafford on July 31 2005 11:51 EDT
-
How to receive MQ messages from Weblogic8.1?[ Go to top ]
- Posted by: James Strachan
- Posted on: July 22 2005 03:07 EDT
- in response to Indrajit Donahar
I have to receive messages from a client of ours who sends MQ messages. Our application is running on Weblogic8.1 + service pack 3 (integration server). After some discussions with bea-support, we have found out that we need to install MQ server 5.3 to receive messages. But for this we need to by MQ server 5.3 and the company does not want to spend money as they have already paid for Weblogic8.1 + service pack 3.Can someone help us out with this issue?Is there some way where we can receive the messages from weblogic without installing any other external servers?Thanks heaps!
You're client sending MQ messages must use some MQ server right? If they've already bought MQ series then you should be able to just use an MQ client to consume messages from their server.
Otherwise why not just use the JMS in WebLogic?
If you want an open source JMS server (which is embeddable inside weblogic) consider ActiveMQ. If you need an Enterprise Service Bus to route messages from any JMS to any other JMS (or other transports like HTTP, email, Jabber etc) then consider ServiceMix
James
LogicBlaze -
How to receive MQ messages from Weblogic8.1?[ Go to top ]
- Posted by: D S
- Posted on: July 22 2005 12:39 EDT
- in response to Indrajit Donahar
-
How to receive MQ messages from Weblogic8.1?[ Go to top ]
- Posted by: Harry Lafford
- Posted on: July 31 2005 11:51 EDT
- in response to Indrajit Donahar
I have to receive messages from a client of ours who sends MQ messages. Our application is running on Weblogic8.1 + service pack 3 (integration server). After some discussions with bea-support, we have found out that we need to install MQ server 5.3 to receive messages. But for this we need to by MQ server 5.3 and the company does not want to spend money as they have already paid for Weblogic8.1 + service pack 3.Can someone help us out with this issue?Is there some way where we can receive the messages from weblogic without installing any other external servers?Thanks heaps!
Hi,You can configure your MQ Server as an Foreign JMS Provider in Weblogic Server.You can then configure an JMS Event Generator to listen to this JMS Provider. You can get your MQ Messages through this way without having to install it on your machine.