ASG
IBM
Zystems
Cressida
Icon
Netflexity
 
  MQSeries.net
Search  Search       Tech Exchange      Education      Certifications      Library      Info Center      SupportPacs      LinkedIn  Search  Search                                                                   FAQ  FAQ   Usergroups  Usergroups
 
Register  ::  Log in Log in to check your private messages
 
RSS Feed - WebSphere MQ Support RSS Feed - Message Broker Support

MQSeries.net Forum Index » Clustering » Setting individual cluster sender priorities ?

Post new topic  Reply to topic
 Setting individual cluster sender priorities ? « View previous topic :: View next topic » 
Author Message
sdiz
PostPosted: Mon Oct 17, 2011 6:51 pm    Post subject: Setting individual cluster sender priorities ? Reply with quote

Newbie

Joined: 17 Oct 2011
Posts: 4

The cluster sender channels use the priorities of the receivers. Is there any ways to override this?
Back to top
View user's profile Send private message
fjb_saper
PostPosted: Mon Oct 17, 2011 7:15 pm    Post subject: Re: Setting individual cluster sender priorities ? Reply with quote

Grand High Poobah

Joined: 18 Nov 2003
Posts: 20697
Location: LI,NY

sdiz wrote:
The cluster sender channels use the priorities of the receivers. Is there any ways to override this?

Usually this might be done by creating overlapping clusters, each with it's own channels and priority.

However this might not be the ideal solution for your case. Without knowing more about your environment and requirement there is little else we can say.
_________________
MQ & Broker admin
Back to top
View user's profile Send private message Send e-mail
sdiz
PostPosted: Mon Oct 17, 2011 9:44 pm    Post subject: Reply with quote

Newbie

Joined: 17 Oct 2011
Posts: 4

I have two overlapping cluster.

Cluster X have four QM:
QM_A QM_B QM_C QM_D

Cluster Y have four QM:
QM_C QM_D QM_E QM_F

QM_A and QM_B have a cluster queue: "QX", sharing on clusterX
QM_E and QM_F have a cluster queue: "QY", sharing on clusterY


Applications send request from QM_F to QX, expecting a reply on QY.

To make the reply message possible, I have created a queue manager alias for `QM_F` and `QM_A` on `QM_C` and `QM_D`.

Code:
  DEFINE QREMOTE(QM_A)  RQMNAME(QM_A)  CLUSTER(clusterY)
  DEFINE QREMOTE(QM_F)  RQMNAME(QM_F)  CLUSTER(clusterX)


This cause some looping because it send message in round robin:

Code:
$ dspmqrte  -m QM_F -qm QM_A -q QX
AMQ8653: DSPMQRTE command started with options '-m QM_F -qm QM_A -q QX'.
AMQ8659: DSPMQRTE command successfully put a message on queue 'SYSTEM.CLUSTER.TRANSMIT.QUEUE', queue manager 'QM_F'.
AMQ8674: DSPMQRTE command is now waiting for information to display.
AMQ8666: Queue 'SYSTEM.CLUSTER.TRANSMIT.QUEUE' on queue manager 'QM_F'.
AMQ8666: Queue 'SYSTEM.CLUSTER.TRANSMIT.QUEUE' on queue manager 'QM_C'.
AMQ8666: Queue 'SYSTEM.CLUSTER.TRANSMIT.QUEUE' on queue manager 'QM_D'.
AMQ8666: Queue 'SYSTEM.CLUSTER.TRANSMIT.QUEUE' on queue manager 'QM_C'.
AMQ8666: Queue 'QX' on queue manager 'QM_A'.
AMQ8652: DSPMQRTE command has finished.



Is there any ways to do this without using replyToQ alias? Because we don't want to do application changes at this stage.
Back to top
View user's profile Send private message
Display posts from previous:   
Post new topic  Reply to topic Page 1 of 1

MQSeries.net Forum Index » Clustering » Setting individual cluster sender priorities ?
Jump to:  



You cannot post new topics in this forum
You cannot reply to topics in this forum
You cannot edit your posts in this forum
You cannot delete your posts in this forum
You cannot vote in polls in this forum
Protected by Anti-Spam ACP
 
 


Theme by Dustin Baccetti
Powered by phpBB © 2001, 2002 phpBB Group

Copyright © MQSeries.net. All rights reserved.