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 » Does JMS act as a MQSeries client?

Post new topic  Reply to topic
 Does JMS act as a MQSeries client? « View previous topic :: View next topic » 
Author Message
lkrause
PostPosted: Mon Jan 13, 2003 1:43 pm    Post subject: Does JMS act as a MQSeries client? Reply with quote

Newbie

Joined: 13 Jan 2003
Posts: 1

I have one central MQSeries 5.2 server. I would like to connect to the server to put and get messages from Java programs that run on other computers. I am planning to use JMS.

MQ Series 5.2 - Using Java page 169 bottom states about limitation on JMS:
"PUTs can use remote queues, but GETs can only be applied to queues on the local queue manager."

On the other hand,
http://www.developer.ibm.com/tech/faq/individual/0,,2:26186,00.html states:
"When using an MQSeries Java or jms client application, it is not necessary to have the MQSeries client component installed. The Java based clients are written in pure Java and make their own tcp/ip calls to the MQSeries queue manager without using JNI to communicate to the MQSeries client."

I intend to install MQSeries SupportPac MA88 but what about the limitation that JMS cannot get messages from a remote queue?

Thanks

Lothar Krause
Back to top
View user's profile Send private message Send e-mail
PeterPotkay
PostPosted: Mon Jan 13, 2003 6:08 pm    Post subject: Reply with quote

Poobah

Joined: 15 May 2001
Posts: 7722

What they mean about JMS (or any MQ app for that matter) is that you cannot get messages from a remote queue definition (they are only a "pointer" to another queue and there will never be a message in them) or you cannot messages from QueueB on QueueManagerB if you are connected to QueueManagerA, either running locally on QueueManagerA or client connnected to QueueManagerA.

You need to client connect to QueueManagerB, at which point you can get messages from any local queues on that queue manager, assuming you have the authority. JMS apps can connect to remote queue managers, not just local ones, and thus can get message from those queues.
_________________
Peter Potkay
Keep Calm and MQ On
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 » Does JMS act as a MQSeries client?
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.