Author |
Message
|
alapati |
Posted: Wed May 16, 2012 10:58 pm Post subject: connectivity between WMQ to Weblogic |
|
|
Newbie
Joined: 08 Apr 2012 Posts: 9
|
I need to create connection factories and destinations for connecting WMQ jms to Weblogic jms queue.
For this tried to create but getting error as shown below
"There is a communication error connecting to the JNDI service provider with the provider URL 't3://10.11.34.70:9015'. (AMQ4422)" |
|
Back to top |
|
 |
cociu_2012 |
Posted: Thu May 17, 2012 12:44 am Post subject: Re: connectivity between WMQ to Weblogic |
|
|
Acolyte
Joined: 06 Jan 2012 Posts: 72
|
alapati wrote: |
I need to create connection factories and destinations for connecting WMQ jms to Weblogic jms queue.
For this tried to create but getting error as shown below
"There is a communication error connecting to the JNDI service provider with the provider URL 't3://10.11.34.70:9015'. (AMQ4422)" |
Are you sure it's related to WMQ?
Can you be more specific what exactly are you trying to achieve. The error seams obvious to me. Your provider is down, or you have incorrect host name, or port name, or the socket is closed.
First make sure your JNDI are reachable then take another test. |
|
Back to top |
|
 |
Vitor |
Posted: Thu May 17, 2012 4:48 am Post subject: |
|
|
 Grand High Poobah
Joined: 11 Nov 2005 Posts: 26093 Location: Texas, USA
|
And don't double post - if you think you've posted in the wrong section ask for your thread to be moved.
I've locked your other thread because this has a reply, but I don't see how WMB enters your issue. _________________ Honesty is the best policy.
Insanity is the best defence. |
|
Back to top |
|
 |
mqjeff |
Posted: Thu May 17, 2012 4:50 am Post subject: |
|
|
Grand Master
Joined: 25 Jun 2008 Posts: 17447
|
|
Back to top |
|
 |
fjb_saper |
Posted: Thu May 17, 2012 4:33 pm Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
What you want to do is:
- set up the .bindings file for mq
- reference it in the Weblogic JNDI
- access MQ from weblogic using the weblogic JNDI or create /use the weblogic JMS bridge to MQ
- Make sure all weblogic JMS jar files are on your classpath
- talk to the weblogic JMS provider directly
- build your own MQ JMS to weblogic JMS bridge
Have fun  _________________ MQ & Broker admin |
|
Back to top |
|
 |
|