Author |
Message |
Topic: MQOPEN ended with reason code 2085 |
abc123_dc
Replies: 13 Views: 13838
|
Forum: General IBM MQ Support Posted: Sun May 01, 2005 2:03 pm Subject: MQOPEN ended with reason code 2085 |
I created the DLQ by using the following definitions...
DEFINE QLOCAL(SENDER.DEAD.LETTER.QUEUE).
DEFINE QLOCAL(RECEIVER.DEAD.LETTER.QUEUE).
Then I created the queues using the following comma ... |
Topic: MQOPEN ended with reason code 2085 |
abc123_dc
Replies: 13 Views: 13838
|
Forum: General IBM MQ Support Posted: Thu Apr 28, 2005 4:05 pm Subject: MQOPEN ended with reason code 2085 |
I tried creating a DLQ by using the following commands...
crtmqm -u SENDER.DEAD.LETTER.QUEUE q_sender.queue.manager
crtmqm -u RECEIVER.DEAD.LETTER.QUEUE q_receiver.queue.manager
I don't see t ... |
Topic: MQOPEN ended with reason code 2085 |
abc123_dc
Replies: 13 Views: 13838
|
Forum: General IBM MQ Support Posted: Wed Apr 27, 2005 6:39 pm Subject: MQOPEN ended with reason code 2085 |
I appreciate your help. I did not know the meaning of -q option while creating a queue manager.
In crtmqm command, I got rid of -q option and now I don't get 2085 error msg. But I don't see any msg ... |
Topic: MQOPEN ended with reason code 2085 |
abc123_dc
Replies: 13 Views: 13838
|
Forum: General IBM MQ Support Posted: Wed Apr 27, 2005 3:54 pm Subject: MQOPEN ended with reason code 2085 |
I am creating both the queue managers on the same Sun box. I gave the port number on the sender's channel and I still get the same error msg. The port # 2001 & 1414 are not in use. I checked using ... |
Topic: MQOPEN ended with reason code 2085 |
abc123_dc
Replies: 13 Views: 13838
|
Forum: General IBM MQ Support Posted: Tue Apr 26, 2005 6:31 pm Subject: MQOPEN ended with reason code 2085 |
I am getting the following error...
$ ./amqsput SENDER.REMOTE.QUEUE
Sample AMQSPUT0 start
target queue is SENDER.REMOTE.QUEUE
MQOPEN ended with reason code 2085
unable to open queue for output
... |