Author |
Message |
Topic: Failure in connecting to a remote queue manager (2059) |
shabata
Replies: 13 Views: 8635
|
Forum: IBM MQ API Support Posted: Thu Oct 20, 2005 5:58 am Subject: Failure in connecting to a remote queue manager (2059) |
Let me try again.
Thanx again
An application can only issue a GET against a queue that is of type QLOCAL on the queue manager the application is connected to.
All right, I understand that.
B ... |
Topic: Failure in connecting to a remote queue manager (2059) |
shabata
Replies: 13 Views: 8635
|
Forum: IBM MQ API Support Posted: Thu Oct 20, 2005 4:50 am Subject: Failure in connecting to a remote queue manager (2059) |
A client gets from qlocals. A server app gets from qlocals.
Thanx for your answer, but I still don't understand how to make it work.
With the environment describes above, I can put messages lik ... |
Topic: Failure in connecting to a remote queue manager (2059) |
shabata
Replies: 13 Views: 8635
|
Forum: IBM MQ API Support Posted: Thu Oct 20, 2005 4:29 am Subject: Failure in connecting to a remote queue manager (2059) |
You can't GET from anything other than a qlocal.
so how do u make a client getting messages from a queue on a server ? |
Topic: Failure in connecting to a remote queue manager (2059) |
shabata
Replies: 13 Views: 8635
|
Forum: IBM MQ API Support Posted: Thu Oct 20, 2005 3:33 am Subject: Failure in connecting to a remote queue manager (2059) |
thanx for trying to help me.
Actually it's now working, but it was not a JAR problem.
The problem was about MQEnvironment : I was setting hostname, port number, and channel both in MQEnvironment a ... |
Topic: Failure in connecting to a remote queue manager (2059) |
shabata
Replies: 13 Views: 8635
|
Forum: IBM MQ API Support Posted: Wed Oct 19, 2005 11:41 pm Subject: Re: Failure in connecting to a remote queue manager (2059) |
I'm trying to do the same using JAVA (with IBM API com.ibm.mq.jar), but I don't manage to make it working !
Are you saying you have only 1 MQ jar file in your CLASSPATH ?? If so, please read the man ... |
Topic: Failure in connecting to a remote queue manager (2059) |
shabata
Replies: 13 Views: 8635
|
Forum: IBM MQ API Support Posted: Tue Oct 18, 2005 12:06 am Subject: Failure in connecting to a remote queue manager (2059) |
Thank you for your reply.
Which manual are you talking about ?
From what I've read, I need only the package com.ibm.mq.* which is provided by the jar com.ibm.mq.jar.
I don't have any errors o ... |
Topic: Failure in connecting to a remote queue manager (2059) |
shabata
Replies: 13 Views: 8635
|
Forum: IBM MQ API Support Posted: Mon Oct 17, 2005 6:28 am Subject: Failure in connecting to a remote queue manager (2059) |
Hi !
Here is the environment of my problem :
COMPUTER1 : MQServer v.6 with 2 queue managers
- QM_FRAISE :
x Remote queue Q2
x Transmission q ... |