Author |
Message
|
ethirajesh |
Posted: Mon Apr 14, 2014 12:59 pm Post subject: Accessing same queue by different applications |
|
|
Apprentice
Joined: 04 Oct 2010 Posts: 46
|
HI,
Would like to understand how a MQ Queue allows it to be accessed by multiple application(all applications trying to put message to a Queue at same time which is read by broker flow) at same time.
If someone explains or points me to an article that would be great, thanks. |
|
Back to top |
|
 |
Simbu |
Posted: Mon Apr 14, 2014 1:40 pm Post subject: |
|
|
 Master
Joined: 17 Jun 2011 Posts: 289 Location: Tamil Nadu, India
|
|
Back to top |
|
 |
ethirajesh |
Posted: Mon Apr 14, 2014 1:54 pm Post subject: |
|
|
Apprentice
Joined: 04 Oct 2010 Posts: 46
|
Thanks Simbu.
It talks more about how a message is being read. But I would like to know more on writing a message to a same queue by more than one external application at same time. |
|
Back to top |
|
 |
ramires |
Posted: Mon Apr 14, 2014 2:05 pm Post subject: |
|
|
Knight
Joined: 24 Jun 2001 Posts: 523 Location: Portugal - Lisboa
|
|
Back to top |
|
 |
zpat |
Posted: Tue Apr 15, 2014 12:35 am Post subject: |
|
|
 Jedi Council
Joined: 19 May 2001 Posts: 5866 Location: UK
|
Queues can be read from or put to by multiple applications without any problems.
Just do it! Unless you have a requirement to process messages in a particular sequence of course.
But from a given sender, you can always use groups of messages to ensure they are processed together by the receiver (assuming they use the correct options). _________________ Well, I don't think there is any question about it. It can only be attributable to human error. This sort of thing has cropped up before, and it has always been due to human error. |
|
Back to top |
|
 |
ethirajesh |
Posted: Fri Apr 18, 2014 9:00 am Post subject: |
|
|
Apprentice
Joined: 04 Oct 2010 Posts: 46
|
|
Back to top |
|
 |
|