Author |
Message
|
sameer |
Posted: Tue Mar 28, 2006 12:54 pm Post subject: Transfer data from one QL to many QR |
|
|
Novice
Joined: 09 Sep 2004 Posts: 12 Location: NY
|
I have data in a QL and I would like to transfer the data from the QL to multiple QR (Like rebroadcast).
How can I setup a broadcast from One QL to Many QR.
Appreciate your help. |
|
Back to top |
|
 |
jefflowrey |
Posted: Tue Mar 28, 2006 12:56 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
By writing code, probably using a distribution list. Read the Application Programming Reference.
Or using someone else's code. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
sameer |
Posted: Tue Mar 28, 2006 1:00 pm Post subject: Re-distribute from one QL to many QR |
|
|
Novice
Joined: 09 Sep 2004 Posts: 12 Location: NY
|
Thanks for the reply, I understand, I can use the distribution List and write code to achieve this, but, we would like to either use a utility or just be able to architect it to allow re distribution. |
|
Back to top |
|
 |
jefflowrey |
Posted: Tue Mar 28, 2006 1:02 pm Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
If you need to do this regularly, then you should use Publish/Subscribe.
If you need to do this occasionally, you should look at all of the various utilities that are out there that let you move messages from one queue to another, and see which fits your needs. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
sameer |
Posted: Tue Mar 28, 2006 1:06 pm Post subject: Re-distribute from one QL to many QR |
|
|
Novice
Joined: 09 Sep 2004 Posts: 12 Location: NY
|
Thanks again, can you suggest any utility or direct me (URL). |
|
Back to top |
|
 |
sandiksk |
Posted: Tue Mar 28, 2006 1:12 pm Post subject: |
|
|
Centurion
Joined: 08 Jun 2005 Posts: 133
|
|
Back to top |
|
 |
sameer |
Posted: Tue Mar 28, 2006 1:22 pm Post subject: Transfer data from One QL to Many QR |
|
|
Novice
Joined: 09 Sep 2004 Posts: 12 Location: NY
|
Thanks, I appreciate your help. |
|
Back to top |
|
 |
nosnhoj |
Posted: Thu Mar 30, 2006 6:20 am Post subject: |
|
|
Apprentice
Joined: 07 Sep 2005 Posts: 40 Location: Markham On.
|
mirrorq will do it too! for new messages coming in. I also have the qload program doing somewhat the same thing via cron. |
|
Back to top |
|
 |
dkeister |
Posted: Fri Mar 31, 2006 10:05 am Post subject: |
|
|
Disciple
Joined: 25 Mar 2002 Posts: 184 Location: Purchase, New York
|
I have a utility that copies/moves messages between queues (MQExerciser). The free version can be downloaded from www.mqexerciser.com
(I apologize if this violates any 'product' representation protocols)
Dean Keister _________________ Dean Keister |
|
Back to top |
|
 |
|