ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » IBM MQ Java / JMS » Difference between MQ JMS and MQ Java

Post new topic  Reply to topic
 Difference between MQ JMS and MQ Java « View previous topic :: View next topic » 
Author Message
veenmudi
PostPosted: Fri Jul 20, 2007 7:58 am    Post subject: Difference between MQ JMS and MQ Java Reply with quote

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
View user's profile Send private message
EddieA
PostPosted: Fri Jul 20, 2007 9:24 am    Post subject: Reply with quote

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
View user's profile Send private message
veenmudi
PostPosted: Fri Jul 20, 2007 10:17 am    Post subject: Reply with quote

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
View user's profile Send private message
EddieA
PostPosted: Fri Jul 20, 2007 12:23 pm    Post subject: Reply with quote

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
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » IBM MQ Java / JMS » Difference between MQ JMS and MQ Java
Jump to:  



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
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.