java - How to get message from a queue hosted in another queue manager in IBM MQ cluster -
according this: ibm mq issue cluster queue cant message queue hosted on queue manager code:
mqqueue = mqqueuemgr.accessqueue("queue name", mqc.mqoo_input_shared);
is there way message without connecting queue manager?
it not problem code. mq design applications directly connected queue manager can messages.
it useful if can explain scenario little more see if there alternatives.
Comments
Post a Comment