|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Difference between MQ JMS and MQ Java |
« View previous topic :: View next topic » |
Author |
Message
|
veenmudi |
Posted: Fri Jul 20, 2007 7:58 am Post subject: Difference between MQ JMS and MQ Java |
|
|
Newbie
Joined: 20 Jul 2007 Posts: 2
|
Hi. I am new to MQ and am learning by doing small request/response messages. I send a MQ request to a MQSeries Queue using javax.jms.QueueSender and wait for response using javax.jms.QueueReceiver.
I have setup the QCF and Queues using the com.ibm.mq.jms.* package.
MQQueueConnectionFactory responseFactory = new MQQueueConnectionFactory();
MQQueue requestQueue = new MQQueue();
MQQueue replyQueue = new MQQueue();
I am getting a response back but I am getting it in XML format where as I should get it in a character stream format.
When I talk to the WMB developer, he is asking if I am using MQ JMS or MQ Java.
- I am not sure how to find that.
- Also if you could please tell me what is the difference between MQ JMS and MQ Java, it will be really helpful.
Thank you,
Veen |
|
Back to top |
|
 |
EddieA |
Posted: Fri Jul 20, 2007 9:24 am Post subject: |
|
|
 Jedi
Joined: 28 Jun 2001 Posts: 2453 Location: Los Angeles
|
The Using Java manual will explain what the differences are.
Isn't XML still a character stream. It's just the way it's "interpreted".
Cheers, _________________ Eddie Atherton
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0 |
|
Back to top |
|
 |
veenmudi |
Posted: Fri Jul 20, 2007 10:17 am Post subject: |
|
|
Newbie
Joined: 20 Jul 2007 Posts: 2
|
I will look for the manual (hope this manual is part of MQSeries client install) and read it. I am still trying to learn MQ.
About the character stream, I should have been clear. I am expecting a non-XML character stream.
Thanks for your help. |
|
Back to top |
|
 |
EddieA |
Posted: Fri Jul 20, 2007 12:23 pm Post subject: |
|
|
 Jedi
Joined: 28 Jun 2001 Posts: 2453 Location: Los Angeles
|
If you are not getting the data you expect, then you need to talk to the developer of the application that is sending the data. MQ doesn't manipulate the data. It's just a transport mechanism.
You can always find copies on all the MQ Manuals on the IBM web site.
Cheers, _________________ Eddie Atherton
IBM Certified Solution Developer - WebSphere Message Broker V6.1
IBM Certified Solution Developer - WebSphere Message Broker V7.0 |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|