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 API Support » multiple applications...

Post new topic  Reply to topic
 multiple applications... « View previous topic :: View next topic » 
Author Message
chanduy9
PostPosted: Mon Jun 09, 2003 11:26 am    Post subject: multiple applications... Reply with quote

Disciple

Joined: 28 Nov 2001
Posts: 177
Location: USA

Hi,

Can we put the msgs to the same queue from multiple applications at the same time....if one application is already connected to the queue and sending the msgs....at the same time..if another application tries to put the msgs to the queue...what is the effect on queue/applicaion....

Thanks in Advance..

Chandra.
Back to top
View user's profile Send private message
bduncan
PostPosted: Mon Jun 09, 2003 11:50 am    Post subject: Reply with quote

Padawan

Joined: 11 Apr 2001
Posts: 1554
Location: Silicon Valley

Multiple applications can always put messages to the same queue. In fact, there is no way to tell the queue manager that you want your application to be the only one to put messages to this queue. The same is not true for retrieving messages however, you can open a queue for exclusive get access so only your application can do an MQGET against it, or shared access (default behavior).
There is no effect on the queue or your application if another application is also putting messages to the queue. Your application will be unaware of this, and the queue manager will continue to place messages on the queue in FIFO order (unless you are using different priorities).
_________________
Brandon Duncan
IBM Certified MQSeries Specialist
MQSeries.net forum moderator
Back to top
View user's profile Send private message Visit poster's website AIM Address
mqonnet
PostPosted: Mon Jun 09, 2003 11:50 am    Post subject: Reply with quote

Grand Master

Joined: 18 Feb 2002
Posts: 1114
Location: Boston, Ma, Usa.

You could have as many apps doing puts to the same queue simultaneously as you wish. There are no implications. Except that after a certain limit there would be performance hiccups.

Cheers
Kumar
Back to top
View user's profile Send private message Send e-mail Visit poster's website
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » IBM MQ API Support » multiple applications...
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.