Author |
Message
|
joecherian |
Posted: Mon Jan 13, 2003 2:21 am Post subject: reading message from a remote queue |
|
|
Novice
Joined: 15 Dec 2002 Posts: 23 Location: India
|
Hello,
is it possible to read message from a remote queue with transport type set as BINDINGS ?
i had put message to a remote queue by setting transport type as BINDINGS,but for this i had to use remote queue definition.
Similarly, is there any way by which i can read messages from a remote queue in BINDINGS mode ?
Thanks
Joe |
|
Back to top |
|
 |
PeterPotkay |
Posted: Mon Jan 13, 2003 7:07 pm Post subject: |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7722
|
No. Your app has to be connected to the queue manager that the queue is local to if you want to get the message. If you are in bindings mode, that means your app has to be on the server that actually houses the local queue you want to get from.
If the queue is on a remote queue manager, you will have to go to Client mode. _________________ Peter Potkay
Keep Calm and MQ On |
|
Back to top |
|
 |
joecherian |
Posted: Mon Jan 13, 2003 7:10 pm Post subject: |
|
|
Novice
Joined: 15 Dec 2002 Posts: 23 Location: India
|
hello
thanks for the reply.
but is it still impossible if i install MQClient in my machne, then define a client conenction channel? then also it is impossible to read messages in bindings mode ?
Joe |
|
Back to top |
|
 |
PeterPotkay |
Posted: Mon Jan 13, 2003 7:16 pm Post subject: |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7722
|
Nope. Bindings mode means you have to execute your code on the same server as the queue manager you want to connect to. _________________ Peter Potkay
Keep Calm and MQ On |
|
Back to top |
|
 |
joecherian |
Posted: Mon Jan 13, 2003 7:21 pm Post subject: |
|
|
Novice
Joined: 15 Dec 2002 Posts: 23 Location: India
|
thanks a lot..
so can you please give me the sequence of steps needed to create a client conenction with a remote machine so that i can read the messages in that machine ?i am using JMS calls to access MQSeries
Thanks
Joe |
|
Back to top |
|
 |
PeterPotkay |
Posted: Mon Jan 13, 2003 7:23 pm Post subject: |
|
|
 Poobah
Joined: 15 May 2001 Posts: 7722
|
|
Back to top |
|
 |
|