|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
multiple applications... |
« View previous topic :: View next topic » |
Author |
Message
|
chanduy9 |
Posted: Mon Jun 09, 2003 11:26 am Post subject: multiple applications... |
|
|
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 |
|
 |
bduncan |
Posted: Mon Jun 09, 2003 11:50 am Post subject: |
|
|
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 |
|
 |
mqonnet |
Posted: Mon Jun 09, 2003 11:50 am Post subject: |
|
|
 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 |
|
 |
|
|
 |
|
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
|
|
|
|