Author |
Message |
Topic: JMS and MQ base Java API |
tina
Replies: 11 Views: 7800
|
Forum: IBM MQ Java / JMS Posted: Wed Aug 04, 2004 11:48 am Subject: JMS and MQ base Java API |
You should have three JMS providers.
Generic JMS Provider
WebSphere JMS Provider
AND
WebSphere MQ JMS Provider
The generic JMS provider is for a non IBM JMS provider.
The WebSphere JMS Pro ... |
Topic: really a basic question, JMS vs. base Java classes |
tina
Replies: 12 Views: 7127
|
Forum: IBM MQ Java / JMS Posted: Wed Aug 04, 2004 11:26 am Subject: really a basic question, JMS vs. base Java classes |
I think what I want to know is wehther I can do everything with JMS
as I can do with MQ base java
People from the Java side of the house seem to love it and can't understand why anyone woul ... |
Topic: JMS and MQ base Java API |
tina
Replies: 11 Views: 7800
|
Forum: IBM MQ Java / JMS Posted: Wed Aug 04, 2004 11:20 am Subject: JMS and MQ base Java API |
You would think they would put that info in the MQSeries manuals....
Thanks Jeff.
You guys are really good.
I run a test server of version 5.0 in WSAD and invoked
the admin console. While I ... |
Topic: JMS and MQ base Java API |
tina
Replies: 11 Views: 7800
|
Forum: IBM MQ Java / JMS Posted: Tue Aug 03, 2004 6:55 pm Subject: JMS and MQ base Java API |
BTW, is it possible for JMS code to exchange message
with another application written in C++, should be, right?
Yes. You will either have to "teach" the other application how to understand RFH2 he ... |
Topic: JMS and MQ base Java API |
tina
Replies: 11 Views: 7800
|
Forum: IBM MQ Java / JMS Posted: Tue Aug 03, 2004 6:44 pm Subject: JMS and MQ base Java API |
In your JNDI setup specify qmgr and base qname.
This should then send the message to the relevant queue on the relevant queue manager.
Hope it helps.
F.J.
Please bear my very limited knowledge ... |
Topic: JMS and MQ base Java API |
tina
Replies: 11 Views: 7800
|
Forum: IBM MQ Java / JMS Posted: Tue Aug 03, 2004 1:09 pm Subject: JMS and MQ base Java API |
We have JMS code and now we have cluster where we
need to send messages to a particular queue instance.
I found in the doc that we can use MQOPEN BIND_ON_OPEN
option, but is this option available ... |