Author |
Message
|
karthick_3d |
Posted: Fri Jun 10, 2016 6:55 am Post subject: Configure remote queue as a link to queue |
|
|
Newbie
Joined: 10 Jun 2016 Posts: 4
|
All,
I have been asked by one of my colleague if Remote queues can be configured within a different queue manager as a pointer or an alias without creating a sender/receiver channel. i.e. It would look like a view (in database terms) of the remote queue. So that we can GET or PUT messages in the same remote Queue. From the documentation I can see it would work only by creating remote queue with a transmission queue and channel configurations.
Thanks |
|
Back to top |
|
 |
Vitor |
Posted: Fri Jun 10, 2016 7:13 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
You can only get messages from a queue hosted on the queue manager you're connected to, i.e. a local queue. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
karthick_3d |
Posted: Fri Jun 10, 2016 7:16 am Post subject: |
|
|
Newbie
Joined: 10 Jun 2016 Posts: 4
|
Thanks Vitor, thats my understanding as well. When I tried the remote queues using channels, I managed to put messages in the remote queue and get that message from the local queue of the remote queue manager.
I wanted to confirm with everyone if there is any other hidden feature that I missed. |
|
Back to top |
|
 |
mqjeff |
Posted: Mon Jun 13, 2016 4:15 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
Generally if a feature is "hidden" that means it's also "unsupported".
So not useful to rely on in any way. _________________ chmod -R ugo-wx / |
|
Back to top |
|
 |
fjb_saper |
Posted: Mon Jun 13, 2016 4:28 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
In order to put and get from the same queue under a different name, you need to use a Alias Queue or qa and not a remote queue.
Obviously the queue needs to be local to the queue manager the consumer connects to.
Hope this helps  _________________ MQ & Broker admin |
|
Back to top |
|
 |
someonesumit |
Posted: Wed Jul 13, 2016 7:51 am Post subject: |
|
|
 Novice
Joined: 18 Sep 2009 Posts: 16
|
MQ can't make use of remote queue with routing through a channel/transmission queue. It's valid for both distributed and cluster setup. In cluster you can create a remote queue without giving transmission queue name where it uses system transmission queue. |
|
Back to top |
|
 |
bruce2359 |
Posted: Wed Jul 13, 2016 8:02 am Post subject: |
|
|
 Poobah
Joined: 05 Jan 2008 Posts: 9469 Location: US: west coast, almost. Otherwise, enroute.
|
someonesumit wrote: |
MQ can't make use of remote queue with routing through a channel/transmission queue. |
Why? Please cite IBM documentation
someonesumit wrote: |
It's valid for both distributed and cluster setup. |
What is the 'It' that is valid for both distributed and cluster setup? _________________ I like deadlines. I like to wave as they pass by.
ב''ה
Lex Orandi, Lex Credendi, Lex Vivendi. As we Worship, So we Believe, So we Live. |
|
Back to top |
|
 |
|