|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
Search found 4 matches |
Author |
Message |
Topic: com.ibm.mq.MQException: Completion Code 2, Reason 2085 |
jsantha
Replies: 6 Views: 7741
|
Forum: IBM MQ Java / JMS Posted: Thu Sep 30, 2010 12:48 pm Subject: com.ibm.mq.MQException: Completion Code 2, Reason 2085 |
Thanks .
Appreciate your timely help. Pretty quick resolution |
Topic: com.ibm.mq.MQException: Completion Code 2, Reason 2085 |
jsantha
Replies: 6 Views: 7741
|
Forum: IBM MQ Java / JMS Posted: Thu Sep 30, 2010 12:42 pm Subject: com.ibm.mq.MQException: Completion Code 2, Reason 2085 |
Wow resolved the issue !!!!!
Changed the java code as follows and it worked
MQQueueManager qManager = new MQQueueManager("IVAPP.DEV.FL");
MQQueue queue = qManager.acces ... |
Topic: com.ibm.mq.MQException: Completion Code 2, Reason 2085 |
jsantha
Replies: 6 Views: 7741
|
Forum: IBM MQ Java / JMS Posted: Thu Sep 30, 2010 12:31 pm Subject: com.ibm.mq.MQException: Completion Code 2, Reason 2085 |
While I completely agree that queue names should be upper case, I am trying to post to a queue of a external team. Unfortunately, Cannot ask them to change the queue name.
Is there something wrong ... |
Topic: com.ibm.mq.MQException: Completion Code 2, Reason 2085 |
jsantha
Replies: 6 Views: 7741
|
Forum: IBM MQ Java / JMS Posted: Thu Sep 30, 2010 12:20 pm Subject: com.ibm.mq.MQException: Completion Code 2, Reason 2085 |
Hi ,
I am getting com.ibm.mq.MQException: MQJE001: Completion Code 2, Reason 2085.
Below is my Java Code Snippet.
public static boolean sendMQMessage (String messageXml){
try {
... |
|
|
|