Author |
Message
|
chris boehnke |
Posted: Fri May 09, 2008 8:44 am Post subject: Getting a msg from one QMgr when it is PUT at the other QMgr |
|
|
 Partisan
Joined: 25 Jul 2006 Posts: 369
|
Hi Guys,
I am a bit new to the clustering env.
Here is teh scenario:
I have two QMgrs QM1 & QM2 which are full repos. I am adding a 3rd QMgr, QM3 which is a partial Repos. The QM3 contains a cluster queue called Q3.
Here is the test what I am performing:
amqsput Q3(queue name) QM3(QMgr name)
TEST MESSAGE
When I do a AMQSGET Q3 QM1
I am unable to get the message from QM1. Is it possible to GET the message at either QM1 or QM2 if the cluster queue is defined at QM3?.
Thanks in advance. |
|
Back to top |
|
 |
PeterPotkay |
Posted: Fri May 09, 2008 10:00 am Post subject: Re: Getting a msg from one QMgr when it is PUT at the other |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7722
|
chris boehnke wrote: |
Is it possible to GET the message at either QM1 or QM2 if the cluster queue is defined at QM3?.
|
No. You can only MQGET from a local queue defined on the QM you are connected to.
Only on the mainframe where Shared Queues are allowed can you MQGET from a single queue from multiple QMs. _________________ Peter Potkay
Keep Calm and MQ On |
|
Back to top |
|
 |
mquser925 |
Posted: Wed May 21, 2008 7:38 am Post subject: Re: Getting a msg from one QMgr when it is PUT at the other |
|
|
Acolyte
Joined: 22 Apr 2008 Posts: 61
|
PeterPotkay wrote: |
Only on the mainframe where Shared Queues are allowed can you MQGET from a single queue from multiple QMs. |
Is this only on z/OS? |
|
Back to top |
|
 |
ashoon |
Posted: Wed May 21, 2008 9:21 am Post subject: Re: Getting a msg from one QMgr when it is PUT at the other |
|
|
Master
Joined: 26 Oct 2004 Posts: 235
|
what peter said is correct... if you want to do the get from qm1 you should define the queue in qm1 and that would still allow you to put on qm3 and get from qm1...
chris boehnke wrote: |
Hi Guys,
I am a bit new to the clustering env.
Here is teh scenario:
I have two QMgrs QM1 & QM2 which are full repos. I am adding a 3rd QMgr, QM3 which is a partial Repos. The QM3 contains a cluster queue called Q3.
Here is the test what I am performing:
amqsput Q3(queue name) QM3(QMgr name)
TEST MESSAGE
When I do a AMQSGET Q3 QM1
I am unable to get the message from QM1. Is it possible to GET the message at either QM1 or QM2 if the cluster queue is defined at QM3?.
Thanks in advance. |
_________________ IBM Certified - SOA Solution Designer & WebSphere Datapower SOA Appliances |
|
Back to top |
|
 |
vennela |
Posted: Wed May 21, 2008 10:42 am Post subject: Re: Getting a msg from one QMgr when it is PUT at the other |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
mquser925 wrote: |
PeterPotkay wrote: |
Only on the mainframe where Shared Queues are allowed can you MQGET from a single queue from multiple QMs. |
Is this only on z/OS? |
So far yes, only on z |
|
Back to top |
|
 |
fjb_saper |
Posted: Wed May 21, 2008 1:27 pm Post subject: Re: Getting a msg from one QMgr when it is PUT at the other |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
vennela wrote: |
mquser925 wrote: |
PeterPotkay wrote: |
Only on the mainframe where Shared Queues are allowed can you MQGET from a single queue from multiple QMs. |
Is this only on z/OS? |
So far yes, only on z |
Not quite. Review the WebSphere SI Bus and JMS Engine with a DB as datastore.... Note that this is not MQ...
Enjoy  _________________ MQ & Broker admin |
|
Back to top |
|
 |
|