This week's book giveaway is in the Agile and other Processes forum.
We're giving away four copies of The Mikado Method and have Ola Ellnestam and Daniel Brolund on-line!
See this thread for details.
The moose likes EJB and other Java EE Technologies and the fly likes Problem running JMS client java program accessing Websphere 5.0 jms server Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Java » EJB and other Java EE Technologies
Reply Bookmark "Problem running JMS client java program accessing Websphere 5.0 jms server" Watch "Problem running JMS client java program accessing Websphere 5.0 jms server" New topic
Author

Problem running JMS client java program accessing Websphere 5.0 jms server

Ab Sharma
Greenhorn

Joined: May 23, 2004
Posts: 5
I am getting the following error ...(failed to create MQQueueManager for '') while tryingto get a JMS connection .. Can somebody help... I am appending the code and the exception faced


------------------------Code-----------------------

---------------------------------------------------



--------------------------Exception----------------------------
javax.jms.JMSException: MQJMS2005: failed to create MQQueueManager for ''
at com.ibm.mq.jms.services.ConfigEnvironment.newException(ConfigEnvironment.java:556)
at com.ibm.mq.jms.MQConnection.createQM(MQConnection.java:1736)
at com.ibm.mq.jms.MQConnection.createQMNonXA(MQConnection.java:1129)
at com.ibm.mq.jms.MQTopicConnection.<init>(MQTopicConnection.java:207)
at com.ibm.mq.jms.MQTopicConnection.<init>(MQTopicConnection.java:127)
at com.ibm.mq.jms.MQTopicConnectionFactory.createMQTopicConnection(MQTopicConnectionFactory.java:389)
at com.ibm.mq.jms.MQTopicConnectionFactory.createTopicConnection(MQTopicConnectionFactory.java:262)
at com.jasmine.utils.MessageSender.init(MessageSender.java:46)
at com.jasmine.utils.MessageSender.main(MessageSender.java:99)
Exception in thread "P=816903 =0:CT"
--------------------------------------------------------------------
[ August 21, 2004: Message edited by: Marilyn de Queiroz ]
Marilyn de Queiroz
Sheriff

Joined: Jul 22, 2000
Posts: 9033
    
  10
Just a note: it is more readable if you use the UBB code tags (under the edit box) when you post rather than just typing the word "code"


JavaBeginnersFaq
"Yesterday is history, tomorrow is a mystery, and today is a gift; that's why they call it the present." Eleanor Roosevelt
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Problem running JMS client java program accessing Websphere 5.0 jms server
 
Similar Threads
Error running the HF EJB AdviceClient with Weblogic Server
jdeveloper lookup error
weblogic 10 + JMS
how to receive message from a queue
JMS messaging Topic