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

python - Mongodb How to add addtional information when aggregating? -

java - Spring Data JPA: Why findOne(id) executing delete query internally? -

ruby - Net::HTTP extremely slow responses for HTTPS requests -