Author |
Message
|
Carl Bloy |
Posted: Thu Oct 05, 2006 6:04 am Post subject: JBoss & WMQSeries |
|
|
Acolyte
Joined: 16 Dec 2003 Posts: 69 Location: England
|
This really isn't my issue, as we're only responsible for WMQSeries, not JBOSS.
My question is can JBOSS connect to Remote q's using bindings mode?
JBOSS and WMSeries are running on the same server.
Many thanks for any help. _________________ Regards
Carl |
|
Back to top |
|
 |
Vitor |
Posted: Thu Oct 05, 2006 6:09 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
The bindings connection to MQ is to the queue manager that runs on the same server as JBoss. So you can connect to a remote queue definition on that queue manager (which obviously points to a queue local to a different queue manager) but not to a remote queue, i.e. a queue defined locally on a remote queue manager.
Hope that's clear...  _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
Carl Bloy |
Posted: Thu Oct 05, 2006 6:15 am Post subject: |
|
|
Acolyte
Joined: 16 Dec 2003 Posts: 69 Location: England
|
Many thanks, I thought you would be able to. I understand the concepts of WMQSeries.
The supplier is saying they need to use the client mode to connect to Local queues on another queue manager.
I'll pass this back to them to check out there configuration.
Cheers. _________________ Regards
Carl |
|
Back to top |
|
 |
Vitor |
Posted: Thu Oct 05, 2006 6:19 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
Carl Bloy wrote: |
.
The supplier is saying they need to use the client mode to connect to Local queues on another queue manager.
|
Which of course is true. I suspect they're trying to do a get from these queues so a remote queue definition is no use. A bit of architectural dancing would fix that though.  _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
Carl Bloy |
Posted: Thu Oct 05, 2006 6:23 am Post subject: |
|
|
Acolyte
Joined: 16 Dec 2003 Posts: 69 Location: England
|
I can see in the WMQSeries trace, that they're using the same options on the MQOPEN call for all queue types. This of course would cause a few issues.
Looks like they may have to fix there configs/code, as we won't be using clients mode. _________________ Regards
Carl |
|
Back to top |
|
 |
Vitor |
Posted: Thu Oct 05, 2006 7:29 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
Carl Bloy wrote: |
I can see in the WMQSeries trace, that they're using the same options on the MQOPEN call for all queue types. This of course would cause a few issues.
|
Kinda  _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
|