I want to put this question because most of the people who are just beginning working with mqseries may go wrong in some aspects. Let me put those points here so that it won't be a big deal while trying this.
1) Suppose we are trying to establish communication between two queue managers sitting on two nt machines which are in different domain, then the necessary things to do are.....i) The user_id with which the sender has logged in has to appear in the receiver's machine. This is irrespective of domain. ii) After doing this you have to give authorities to the user id to send messages to the receiving queue manager. To achieve this you have to use the commands
by doing this you are giving permissions for all mqi calls
2) Make sure that the queue managers on different machines which are trying to communicate are listening at the same port. For Example, if one queue manager on the first machine is listening at 1430, the second queue manager on the second machine should also listen at 1430. Otherwise it the sender won't recognize the receiver queue manager and will throw an exception
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.