|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
Search found 4 matches |
Author |
Message |
Topic: Howto specify RemoteQmgr/RemoteQ on an MQ message |
renrag_ja
Replies: 7 Views: 5262
|
Forum: IBM MQ Java / JMS Posted: Thu Jan 07, 2010 6:59 pm Subject: Howto specify RemoteQmgr/RemoteQ on an MQ message |
Something like this?
MQQueueManager qMgr = new MQQueueManager(QManagerA)
...
MQQueue target_queue = qMgr.accessQueue("QueueOnB", openOptions, "QManagerB", null, nu ... |
Topic: Howto specify RemoteQmgr/RemoteQ on an MQ message |
renrag_ja
Replies: 7 Views: 5262
|
Forum: IBM MQ Java / JMS Posted: Thu Jan 07, 2010 6:51 pm Subject: Howto specify RemoteQmgr/RemoteQ on an MQ message |
Thanks Vitor, you understand what I need to do which is great.
You say to specify it as the destination, but all the sample code I have looked at thus far calls accessQueue() on a qMgr object in o ... |
Topic: Howto specify RemoteQmgr/RemoteQ on an MQ message |
renrag_ja
Replies: 7 Views: 5262
|
Forum: IBM MQ Java / JMS Posted: Thu Jan 07, 2010 6:45 pm Subject: Howto specify RemoteQmgr/RemoteQ on an MQ message |
After some more research, it seems that I need to set the ObjectQMgrName field in the MQOD. Can anyone provide some sample code so it is clear at what point during the message publishing this is done? ... |
Topic: Howto specify RemoteQmgr/RemoteQ on an MQ message |
renrag_ja
Replies: 7 Views: 5262
|
Forum: IBM MQ Java / JMS Posted: Thu Jan 07, 2010 6:01 pm Subject: Howto specify RemoteQmgr/RemoteQ on an MQ message |
Hi Guys,
Whilst I only just registered, this forum has been a great help in the past. I did a search and I can't find exactly what I'm looking for, hence the first post.
I'd really appreciate so ... |
|
|
|