Author |
Message
|
uditara |
Posted: Mon Dec 29, 2014 5:06 am Post subject: how to access queue from one mq cluster to another mq cluste |
|
|
Apprentice
Joined: 18 Nov 2013 Posts: 36
|
Hi All,
In the present scenario, we have 2 wmq 7.0 cluster environment running in AIX environment.
ClusterA - QMA, QMB, QMC and GTWA - Gateway Qmgr.
Cluster queue - ESB.CLUSTERA.REQUEST
This cluster queue is presently visible to all clusterA queue managers.
ClusterB - QM1, QM2, QM3 and GTWB- Gateway Qmgr.
The requirement is that ClusterB want to access ClusterA queue - ESB.CLUSTERA.REQUEST from WMQ ClusterB environment.
Can anyone please suggest how do ClusterA queue (ESB.CLUSTERA.REQUEST) visible/access from ClusterB WMQ environment.
Thanks in Advance.
UDITARA |
|
Back to top |
|
 |
vsathyan |
Posted: Mon Dec 29, 2014 5:27 am Post subject: |
|
|
Centurion
Joined: 10 Mar 2014 Posts: 121
|
|
Back to top |
|
 |
fjb_saper |
Posted: Mon Dec 29, 2014 5:52 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
If you are looking at keeping the 2 clusters as separate entities, look at having name resolution work like when using the gateway to send messages to the cluster with a provenance from outside the cluster...
Same principle.
Have fun  _________________ MQ & Broker admin |
|
Back to top |
|
 |
PeterPotkay |
Posted: Mon Dec 29, 2014 7:35 am Post subject: |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7722
|
vsathyan wrote: |
I'm not sure why you need two gateway queue managers while one is enough for your requirement.
|
High Availability. You can have a planned or unplanned outage of one Gateway QM without losing the ability for the 2 clusters to communicate. _________________ Peter Potkay
Keep Calm and MQ On |
|
Back to top |
|
 |
vsathyan |
Posted: Mon Dec 29, 2014 7:43 am Post subject: |
|
|
Centurion
Joined: 10 Mar 2014 Posts: 121
|
fjb_saper,
Quote: |
If you are looking at keeping the 2 clusters as separate entities, look at having name resolution work like when using the gateway to send messages to the cluster with a provenance from outside the cluster...
Same principle. |
Agree to the above. If you want to have the two clusters as separate entities, having 2 gateways make sense.
However, the poster's requirement seems to be different. If i understand correct from the initial post - just send messages from one cluster to another using gateways. For that, i doubt why the second one is needed.
Peter,
The poster has mentioned that both gateways are in different clusters. Effectively, there is only one gateway in each cluster, which doesn't appear to be for load balancing or high availability here. Just my thoughts.
Thanks. |
|
Back to top |
|
 |
uditara |
Posted: Mon Dec 29, 2014 8:59 am Post subject: |
|
|
Apprentice
Joined: 18 Nov 2013 Posts: 36
|
yes...two wmq cluster has been design and setup as seperate entities.....cluster A gateway and other message broker queue manager process different services than cluster B.
The new requirement comes to access one existing mq based service hosted on clusterA and this service want to access from cluster B.
Both the cluster environment hosted in different network segment and there is no firewall open between these two clusters.
Both the cluster gateway and broker queue managers environments are running their own separate high availability.....presently there is no communication between two cluster environments.....
The requirement is cluster B gateway queue manager can put the messages in cluster A queue managers cluster queue mentioned as below and message need to be evenly distribute between clusterA QMA, QMB and QMC queue managers....
How to put the messages from clusterA gateway qmgr to clusterB Qma, qmb and qmc cluster queue - esb.clustera.request queue.
Hope you understand the requirement.....
How to configure this setup.....
Thanks....uditar |
|
Back to top |
|
 |
fjb_saper |
Posted: Mon Dec 29, 2014 1:26 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Easy ... set up each gateway with the clustered aliases allowing p2p between the gateways... + a generic cluster alias...  _________________ MQ & Broker admin |
|
Back to top |
|
 |
uditara |
Posted: Tue Dec 30, 2014 4:59 am Post subject: |
|
|
Apprentice
Joined: 18 Nov 2013 Posts: 36
|
somehow i did not understand how exactly this need to be setup....
Could you please share some mq command to setup this or please share any link/artifical which i refer and plan for this change.
Thanks in Advanced.
uditara |
|
Back to top |
|
 |
fjb_saper |
Posted: Tue Dec 30, 2014 6:21 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
|
Back to top |
|
 |
|