you can read about Queue Manager Clusters
"As with distributed queuing, an application uses the MQPUT call to put a message on a cluster queue at any queue manager. An application uses the MQGET call to retrieve messages from a cluster queue on the local queue manager. "
when you are dealing with server binding mode and cluster queue manager you can use MQPUT on any QM in the cluster , when using MQGET you should use the local QM - otherwise you will get reason code - 2085 while try to access/open it.
i used the next c++ option when i open the queue.
for get: MQOO_INPUT_AS_Q_DEF
For put : MQOO_OUTPUT
Yaniv T
This Blog is first of all memos for me!! From time to time I get exposed to new and cool stuff for developers and architects ,most of the time its a solution for a problem or tips or tricks, so, I would like to track my memos and share it with you, it can save your time and nervous, I hope you will enjoy it - by Yaniv Tzanany.
Search This Blog
Wednesday, July 14, 2010
Thursday, July 1, 2010
Slides from "Architecting for the Cloud" - Azure seminar
The next link, is to the post of Danny Cohen who was the lecture on this interesting session "Architecting for the Cloud", Danny is a microsoft consultant , the seminar & Danny was very good , period.
here you can find all the slides.
Architecting for the Cloud (slide decks)
i am sure you’ll find them interesting and helpfull....
enjoy
Yaniv T
here you can find all the slides.
Architecting for the Cloud (slide decks)
i am sure you’ll find them interesting and helpfull....
enjoy
Yaniv T
Subscribe to:
Posts (Atom)