Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Mike Lewis on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

MQ Messages redirected to wrong queue

Status
Not open for further replies.

Newbee21369

Programmer
Oct 13, 2004
30
0
0
US
If two Queues have the exact same Channel Name,Host Name,Port Number,Queue Manager except for the Queue Name,
and an incoming message comes in and there is an issue with Queue Name1, because everything is the same including
the port number is it possible that the message will write to Queue Name2 even though the message needs to go to
Queue Name1? If this is the case then what needs to be done to address this?

Thanks!!
 
First....queues don't have channel names associated with them unless they are transmission queues and even then the relationship is that a channel has a transmission queue defined...not the other way around.

Second...Several channels can exisit between the same queue managers without any problems.

Third...You cannot have two queues of the exact same name in the same queue manager (but remember Queue1 is NOT the same as queue1).

The queue manager takes care of resolving queue names and where they are.

Fourth...One queue manager can be connected to several queue managers on seperate or the same severs at the same time without any trouble.

What is the specific problem...apart from a seeming accute lack of MQ knowledge?
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top