Author |
Message
|
Pablo Taboada |
Posted: Tue Oct 23, 2007 6:24 am Post subject: How can I duplicate messages and send them to 2 QMGRs? |
|
|
Apprentice
Joined: 19 Jul 2007 Posts: 36 Location: Spain - Barcelona
|
Hi!
I need to send one message to two Queue Managers, how can I do to duplicate messages? Exists a Support Pack or I have to program a user-exit in sender channel manually?
Thanks!! _________________ Regards,
Pablo Taboada
INSA - IBM Global Services
WebSphere MQ System Administrator Certified |
|
Back to top |
|
 |
bower5932 |
Posted: Tue Oct 23, 2007 6:30 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Aug 2001 Posts: 3023 Location: Dallas, TX, USA
|
Search on this site for mirrorq. |
|
Back to top |
|
 |
Vitor |
Posted: Tue Oct 23, 2007 6:30 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
Or use a namelist?
Exits should really be a last resort. To any situation.
Ideally the sending application should do 2 puts....  _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
Pablo Taboada |
Posted: Tue Oct 23, 2007 6:35 am Post subject: |
|
|
Apprentice
Joined: 19 Jul 2007 Posts: 36 Location: Spain - Barcelona
|
Hi Vitor,
What want you mean with "use a namelist"? _________________ Regards,
Pablo Taboada
INSA - IBM Global Services
WebSphere MQ System Administrator Certified |
|
Back to top |
|
 |
ashoon |
Posted: Tue Oct 23, 2007 6:48 am Post subject: |
|
|
Master
Joined: 26 Oct 2004 Posts: 235
|
I think they meant a distribution list... _________________ IBM Certified - SOA Solution Designer & WebSphere Datapower SOA Appliances |
|
Back to top |
|
 |
Vitor |
Posted: Tue Oct 23, 2007 7:06 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
ashoon wrote: |
I think they meant a distribution list... |
I think they did as well. That's what my head said, but my fingers thought they knew better........  _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
jefflowrey |
Posted: Tue Oct 23, 2007 7:17 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Vitor wrote: |
Or use a namelist? |
A distribution list.
A Namelist is just an object that holds names.
EDIT: I guess I should have updated before posting, after walking away for a bit while in preview mode. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
PeterPotkay |
Posted: Tue Oct 23, 2007 10:48 am Post subject: |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7722
|
But a namelist could be used to achieve this if the app was coded to open the namelist first to get all the names of the queues and then do multiple puts or a single put using a distribution list.
By storing all the names in the namelist it would be an easy way for the MQ Admin to control how many and which queues get put to by the app. _________________ Peter Potkay
Keep Calm and MQ On |
|
Back to top |
|
 |
|