Author |
Message
|
fjb_saper |
Posted: Wed Apr 05, 2006 3:01 am Post subject: V 6.0 and broker collective pub/sub |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Has anybody had success with the following scenario in v6 and if yes how did you do it?
We run broker V6 on top of MQ V6 and DB2 V 8.2 on AIX.
The broker qmgrs are part of a cluster.
I tried the following:
Created a Topic and deployed to the cluster (A and C are full reps)
Created a Collective with A, B and C. (delta deploy)
Created a flow with a publication and deployed to broker on B
Subscribed on broker C with local Q on qmgr C.
I do not see any publications on B hitting C.
Am I missing something obvious?
Thanks
 _________________ MQ & Broker admin |
|
Back to top |
|
 |
basva |
Posted: Fri Apr 07, 2006 12:04 pm Post subject: |
|
|
Apprentice
Joined: 27 Nov 2002 Posts: 39
|
If you put messages to a local queue manager and the cluster queue present in local queue manager then MQSeries will always put the message to local queue manager. It will never send the message to other cluster queues in the cluster queue managers. So this is the way MQSeries works. |
|
Back to top |
|
 |
kishoreraju |
Posted: Sun Apr 09, 2006 11:59 pm Post subject: |
|
|
Disciple
Joined: 30 Sep 2004 Posts: 156
|
|
Back to top |
|
 |
PeterPotkay |
Posted: Mon Apr 10, 2006 6:56 am Post subject: |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7722
|
basva wrote: |
If you put messages to a local queue manager and the cluster queue present in local queue manager then MQSeries will always put the message to local queue manager. It will never send the message to other cluster queues in the cluster queue managers. So this is the way MQSeries works. |
In Version 6 of MQ, that is no longer a restriction. You have options at the q level that allow you to override this behaviour. _________________ Peter Potkay
Keep Calm and MQ On |
|
Back to top |
|
 |
fjb_saper |
Posted: Mon Apr 10, 2006 12:58 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Please all don't hijack my thread. This has nothing to do with clustering !!
P.S. PMR is under way. _________________ MQ & Broker admin |
|
Back to top |
|
 |
SSachdeva |
Posted: Wed Apr 12, 2006 7:41 am Post subject: |
|
|
Apprentice
Joined: 04 Apr 2002 Posts: 33
|
Hi all, did anyone find out what the problem with this is. I am trying the same thing and cannot get it to work right.
I have two brokers running on two qmgrs. Both qmgrs are connected to each other via sender/receiver channels. Both brokers have the pub/sub flow deployed to them. I have a publisher seniding messages to broker1 and have the subscriber on broker 2. both broker1 and broker2 are connected to each other in a collective (done through the toolkit). Unfortunately the sbscriber does not receive the a message from the publisher - am i missig something. Please help. |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Apr 12, 2006 7:46 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Did (either of) you successfully deploy the topology after creating the collective? _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
SSachdeva |
Posted: Wed Apr 12, 2006 7:52 am Post subject: |
|
|
Apprentice
Joined: 04 Apr 2002 Posts: 33
|
Ok - right after I wrote my reply I simply tried redeoploying a complete configuration and after which i got it to work. It seems that the collective information was not deployed to all my brokers involved. One thing you can do to check if your subscriber is actually doing a proxy subscribe to the remote broker too is to getSubscriptions on your Configuration Manager in the Configuration Proxy Exciser tool supplied. That should return both the brokers involved and not just the one you are directly subscribing to. |
|
Back to top |
|
 |
jefflowrey |
Posted: Wed Apr 12, 2006 7:57 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
You only have to do a complete deploy when you need to deploy pub/sub topology changes - and I think that no other kind of deploy does actually deploy the pub/sub topology changes. _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
|