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

Popular posts from this blog

php - failed to open stream: HTTP request failed! HTTP/1.0 400 Bad Request -

java - How to filter a backspace keyboard input -

java - Show Soft Keyboard when EditText Appears -