Author |
Message
|
Naren |
Posted: Tue Feb 07, 2006 10:37 am Post subject: Websphere MQ JMS Provider problem |
|
|
Newbie
Joined: 03 Feb 2006 Posts: 9
|
Hi,
I am trying to use Websphere JMS Provider and I have created a JMSQueueConnectionFactory and gave the JNDI name as jms/qcf and created the a Queue also with the JNDI name jms/q. After doing these things i have created a Listener port and in the application server that is running fine. To test the queue I wrote a JSP which will send a test message to the Queue in the JSP program i am trying to lookup the QueueConnectionFactory Object but i am failed doing so. It is saying the JNDI name is not existing in the server context.
Is there any problem with embedded messaging because i hadn't installed it.
The error displayed in the logs are as follows....
WMSG0902E: The WebSphere MQ JMS Binders have been disabled as either the WebSphere MQ Client has not been installed, or the MQ_INSTALL_ROOT variable has not been set.
can anyone help me out..... |
|
Back to top |
|
 |
jefflowrey |
Posted: Tue Feb 07, 2006 10:39 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Did you confirm that MQ_INSTALL_ROOT is set in the WebSphere Environment Variables, in the Admin Console? _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
Naren |
Posted: Tue Feb 07, 2006 10:50 am Post subject: |
|
|
Newbie
Joined: 03 Feb 2006 Posts: 9
|
[quote="jefflowrey"]Did you confirm that MQ_INSTALL_ROOT is set in the WebSphere Environment Variables, in the Admin Console?[/quote
the MQ_INSTALL_ROOT is already set. can u give me another solution |
|
Back to top |
|
 |
jefflowrey |
Posted: Tue Feb 07, 2006 11:21 am Post subject: |
|
|
Grand Poobah
Joined: 16 Oct 2002 Posts: 19981
|
Is it set correctly, to point to the installation of the WebSphere MQ client or server (not embedded messaging) that you put on the server?
Are there any error messages in the SystemOut.log file that occur between the startup of the server and the error about MQ_INSTALL_ROOT? _________________ I am *not* the model of the modern major general. |
|
Back to top |
|
 |
vennela |
Posted: Tue Feb 07, 2006 11:49 am Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
Quote: |
I am trying to use Websphere JMS Provider |
Also, what are you trying to setup?
If I remember correctly, if you are using real MQ you need to define QCFs and Qs as WebSphere MQ JMS Provider and not Websphere JMS Provider |
|
Back to top |
|
 |
|