Author |
Message |
Topic: Receive MQ message from Websphere MQ to Weblogic 8.1 |
calimero
Replies: 14 Views: 17290
|
Forum: IBM MQ Java / JMS Posted: Tue Jan 10, 2006 9:34 am Subject: Receive MQ message from Websphere MQ to Weblogic 8.1 |
Ok, so Hermes shouldn't be useful for our problem, because we must supply a Queue Manager to our partner, and not JMS
For the error with Hermes, I have already read the install note, and the jvm on ... |
Topic: Receive MQ message from Websphere MQ to Weblogic 8.1 |
calimero
Replies: 14 Views: 17290
|
Forum: IBM MQ Java / JMS Posted: Tue Jan 10, 2006 8:59 am Subject: Receive MQ message from Websphere MQ to Weblogic 8.1 |
Hi,
WRT ServiceMix and Mule (i.e. using a EAI broker), you may be confused (or I may be confused in what you're asking). The flow would be:
1. MQClient (plain Java or JMS) writes message to queu ... |
Topic: Receive MQ message from Websphere MQ to Weblogic 8.1 |
calimero
Replies: 14 Views: 17290
|
Forum: IBM MQ Java / JMS Posted: Tue Jan 10, 2006 8:24 am Subject: Receive MQ message from Websphere MQ to Weblogic 8.1 |
What, exactly, is the WebSphere MQ API ? Is it the MA88 pac that contain the com.ibm.mq.jar file ?
My code is very simple, because I just want to create a Queue Manager on Weblogic (for this time)
... |
Topic: Receive MQ message from Websphere MQ to Weblogic 8.1 |
calimero
Replies: 14 Views: 17290
|
Forum: IBM MQ Java / JMS Posted: Tue Jan 10, 2006 7:33 am Subject: Receive MQ message from Websphere MQ to Weblogic 8.1 |
hummmm... finally, maybe your Hermes tool can do what I need , I just saw a tutorial on your website that is quite simple and good, I download it for test
EDIT :
For precising my problem : ... |
Topic: Receive MQ message from Websphere MQ to Weblogic 8.1 |
calimero
Replies: 14 Views: 17290
|
Forum: IBM MQ Java / JMS Posted: Tue Jan 10, 2006 7:23 am Subject: Receive MQ message from Websphere MQ to Weblogic 8.1 |
Ok, but unfortunatly, the Websphere client that connecting to my Queue on Weblogic, doesn't do that with JMS but with MQMessage, and the tools that you mentioned, are only based on JMS, isn't it ?
... |
Topic: Receive MQ message from Websphere MQ to Weblogic 8.1 |
calimero
Replies: 14 Views: 17290
|
Forum: IBM MQ Java / JMS Posted: Mon Jan 09, 2006 2:39 pm Subject: Receive MQ message from Websphere MQ to Weblogic 8.1 |
Merci beaucoup !
unfortunately, it is not only for testing, but for production tools
And in the bea document precedently quoted (that I indeed found in a rogerLacroix post ), there is a ... |
Topic: Receive MQ message from Websphere MQ to Weblogic 8.1 |
calimero
Replies: 14 Views: 17290
|
Forum: IBM MQ Java / JMS Posted: Mon Jan 09, 2006 2:18 pm Subject: Receive MQ message from Websphere MQ to Weblogic 8.1 |
First, thanks a lot for the answer, and sorry if I wasn't clear (actually I am french )
In fact I should develop a queue on Weblogic platform that received MQ Messages from Websphere MQ (that I ... |
Topic: Receive MQ message from Websphere MQ to Weblogic 8.1 |
calimero
Replies: 14 Views: 17290
|
Forum: IBM MQ Java / JMS Posted: Mon Jan 09, 2006 1:34 pm Subject: Receive MQ message from Websphere MQ to Weblogic 8.1 |
I want to receive a message from a Websphere MQ client in my Queue Connection Factory (QCF) on Weblogic 8.1. But I read that I must convert my QCF to a Queue Manager for that work. So is it possible t ... |