Author |
Message |
Topic: javax.jms.JMSException: MQJMS2007 |
npm2001
Replies: 11 Views: 20958
|
Forum: IBM MQ Java / JMS Posted: Mon Feb 05, 2007 2:07 pm Subject: javax.jms.JMSException: MQJMS2007 |
I got this resolved now..
I had Websphere 6.0.0 running on my local server which came with Rational Application Developer..
After an upgrade to Rational Application Developer to 6.0.1.1 and Webs ... |
Topic: javax.jms.JMSException: MQJMS2007 |
npm2001
Replies: 11 Views: 20958
|
Forum: IBM MQ Java / JMS Posted: Mon Jan 22, 2007 4:44 pm Subject: javax.jms.JMSException: MQJMS2007 |
As a simple experiment I deployed same code on our test server and I am able to send messages now to the MQ..
I have to find though what is preventing my local environment (Windows 2000 SP4, RAD 6, ... |
Topic: javax.jms.JMSException: MQJMS2007 |
npm2001
Replies: 11 Views: 20958
|
Forum: IBM MQ Java / JMS Posted: Mon Jan 22, 2007 3:10 pm Subject: javax.jms.JMSException: MQJMS2007 |
Sorry Linked Exception is : com.ibm.mq.MQException: MQJE001: Completion Code 2, Reason 2009
[1/22/07 18:08:58:416 EST] 00000043 SystemOut O Linked Exception = com.ibm.mq.MQException: MQJE001: C ... |
Topic: javax.jms.JMSException: MQJMS2007 |
npm2001
Replies: 11 Views: 20958
|
Forum: IBM MQ Java / JMS Posted: Mon Jan 22, 2007 3:03 pm Subject: javax.jms.JMSException: MQJMS2007 |
I believe linked exception is MQJMS2007 : failed to send message to MQ queue
Here is the stack trace I get at sender.send(message);
[1/22/07 17:18:08:931 EST] 00000040 SystemOut O JMSEx ... |
Topic: javax.jms.JMSException: MQJMS2007 |
npm2001
Replies: 11 Views: 20958
|
Forum: IBM MQ Java / JMS Posted: Mon Jan 22, 2007 2:55 pm Subject: javax.jms.JMSException: MQJMS2007 |
I am trying to send message from websphere 6 to MQ Server installed on remote server within our network.
If I use Websphere MQ Client API, I am able to send message.. extract of sample code for th ... |