Author |
Message
|
mtand |
Posted: Fri Apr 25, 2008 7:09 am Post subject: Copy messages automatically |
|
|
Newbie
Joined: 25 Apr 2008 Posts: 4
|
Our client puts MQ messages in a remote queue(RQ) on our MQ manager.
We have the requirement to copy these messages to two another queues (Q1 and Q2)on the same MQ manager.
Message --->RQ ----> Q1 and Q2
The problem is that I have one message coming in and I want 2 applications to use it.
How can this be done using MQ 5.3?
Any help will be greatly appreciated |
|
Back to top |
|
 |
jefflowrey |
Posted: Fri Apr 25, 2008 7:16 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Lots of discussion on this. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
mtand |
Posted: Fri Apr 25, 2008 7:51 am Post subject: |
|
|
Newbie
Joined: 25 Apr 2008 Posts: 4
|
Can you point me to the dicussion?
I want to implement this at MQ server level with no application programming |
|
Back to top |
|
 |
jefflowrey |
Posted: Fri Apr 25, 2008 7:56 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
No, you do not want to implement this at the MQ level with no application programming.
Tell your programmers to stop being lazy, and do real pub/sub.
REALLY. Doing this outside the application domain means that it's very hard to troubleshoot or monitor properly.
Otherwise, the magic word is 'mirrorq'. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
mtand |
Posted: Fri Apr 25, 2008 8:16 am Post subject: |
|
|
Newbie
Joined: 25 Apr 2008 Posts: 4
|
|
Back to top |
|
 |
PeterPotkay |
Posted: Fri Apr 25, 2008 8:17 am Post subject: |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7722
|
Who you gonna call when it breaks?
5.3 is not supported you should upgraded to 6.0
MQ 7.0 has features that will interest you. _________________ Peter Potkay
Keep Calm and MQ On |
|
Back to top |
|
 |
mtand |
Posted: Fri Apr 25, 2008 8:36 am Post subject: |
|
|
Newbie
Joined: 25 Apr 2008 Posts: 4
|
Thanks Peter
Does MQ 6 has features to help me easily copy messages ? Or do I need to wait for MQ 7? |
|
Back to top |
|
 |
bower5932 |
Posted: Fri Apr 25, 2008 8:47 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Aug 2001 Posts: 3023 Location: Dallas, TX, USA
|
This is the mirrorq that jefflowrey mentioned. |
|
Back to top |
|
 |
|