Author |
Message |
Topic: Unable to lookup JMS resources, JNDI lookup exception: |
milind
Replies: 3 Views: 8506
|
Forum: IBM MQ Java / JMS Posted: Wed Jul 21, 2004 7:14 pm Subject: Unable to lookup JMS resources, JNDI lookup exception: |
I am getting the following error
WMSG0017E: Unable to lookup JMS resources, JNDI lookup exception:
When i startup my WAS.
1. I have a message driven bean and i am using the MQ as JMS provider.
... |
Topic: Unable to load message catalog - mqji |
milind
Replies: 7 Views: 5833
|
Forum: IBM MQ API Support Posted: Thu Jan 30, 2003 11:00 am Subject: Unable to load message catalog - mqji |
Thanks charlie i got it.
Its working fine now.
Thank you all for your support. |
Topic: Unable to load message catalog - mqji |
milind
Replies: 7 Views: 5833
|
Forum: IBM MQ API Support Posted: Thu Jan 30, 2003 8:17 am Subject: Unable to load message catalog - mqji |
Here is my code
try {
MQMessage retrievedMessage = new MQMessage();
MQGetMessageOptions gmo = new MQGetMessageOptions();
gmo.options = MQC.MQGMO_WAIT;
gmo.waitInterval = WaitInterval;
... |
Topic: Unable to load message catalog - mqji |
milind
Replies: 7 Views: 5833
|
Forum: IBM MQ API Support Posted: Thu Jan 30, 2003 8:15 am Subject: Unable to load message catalog - mqji |
Yes i agree that it is not an error. In my application i have a wait interval of 15 seconds. So as it is continuous running program(java) it always showing this message ("MQJE001: Completion Code 2, R ... |
Topic: Unable to load message catalog - mqji |
milind
Replies: 7 Views: 5833
|
Forum: IBM MQ API Support Posted: Thu Jan 30, 2003 7:41 am Subject: Unable to load message catalog - mqji |
Hi Roger,
Thanks for your help. Now i am able to get rid of the message. But
now i am getting the more clear message
"MQJE001: Completion Code 2, Reason 2033"
But this what my application is e ... |
Topic: Unable to load message catalog - mqji |
milind
Replies: 7 Views: 5833
|
Forum: IBM MQ API Support Posted: Wed Jan 29, 2003 4:24 pm Subject: Unable to load message catalog - mqji |
I have java/mq application where i am expecting particular message on the queue. If there are no messages on the queue that is the valid case for me. So when the mqget throws exception because of 2033 ... |