Author |
Message
|
mq_crazy |
Posted: Mon May 02, 2005 10:12 am Post subject: alias queue |
|
|
 Master
Joined: 30 Jun 2004 Posts: 295
|
My developers need to access a queue thats on my production system to get some messages. I don't want their applications to connect directly to that box. Can i create some kind of alias queue or something on their local boxes that points to the queue on the remote production box? I thought of alias queue, but the target queue for alias should be local i think. Is there any other way to acheive this? |
|
Back to top |
|
 |
jefflowrey |
Posted: Mon May 02, 2005 10:16 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
You can only get from local queues.
If they have a queue manager, you need to configure your network so that messages get put to a local queue on their queue manager.
If you can't do that, they need to connect to your queue manager.
Or, if this is a one-time thing, you can use some visual message editing tool to move messages from one queue manager to another. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
mq_crazy |
Posted: Mon May 02, 2005 10:30 am Post subject: |
|
|
 Master
Joined: 30 Jun 2004 Posts: 295
|
Thanks jeff for the reply. Just wanted to make sure the alias can't be done. I am going with the clustering those queue managers. Thanks again. |
|
Back to top |
|
 |
jefflowrey |
Posted: Mon May 02, 2005 10:38 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
mq_crazy wrote: |
I am going with the clustering those queue managers. |
They still won't be able to get from a queue that is not a qlocal on the queue manager they are connected to. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
mq_crazy |
Posted: Mon May 02, 2005 10:54 am Post subject: |
|
|
 Master
Joined: 30 Jun 2004 Posts: 295
|
Oops i forgot about that. I may have to go with the other solution. Thanks again jeff. |
|
Back to top |
|
 |
vennela |
Posted: Mon May 02, 2005 12:00 pm Post subject: Re: alias queue |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
mq_crazy wrote: |
I thought of alias queue, but the target queue for alias should be local i think. |
This is not true either. |
|
Back to top |
|
 |
mq_crazy |
Posted: Mon May 02, 2005 12:03 pm Post subject: |
|
|
 Master
Joined: 30 Jun 2004 Posts: 295
|
So, Can i have a target queue as remote in alias? |
|
Back to top |
|
 |
fjb_saper |
Posted: Mon May 02, 2005 12:15 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Your Base queue (for the alias queue) can be a remote queue on the local qmgr.
You will still not be able to get any messages from it.
Enjoy  |
|
Back to top |
|
 |
|