|
RSS Feed - WebSphere MQ Support
|
RSS Feed - Message Broker Support
|
 |
|
Weblogic and WebSphereMQ integration |
« View previous topic :: View next topic » |
Author |
Message
|
dvsridhar |
Posted: Fri May 16, 2003 4:27 am Post subject: Weblogic and WebSphereMQ integration |
|
|
Newbie
Joined: 11 Dec 2002 Posts: 4
|
Hi Friends,
Is there is any .rar file existing for MQSeries using which I can connect from Weblogic 7.0 appserver via messaging bridge to Websphere MQ.
I tried a lot to find, I couldn't find any link which helps, any leads on this.
Thank you very much
Sridhar Dabbeeru |
|
Back to top |
|
 |
mfeenstra |
Posted: Tue May 20, 2003 2:16 pm Post subject: |
|
|
 Novice
Joined: 03 Jul 2002 Posts: 12
|
The app server must be able to read a queue connection factory which you have defined for your queue manager. You can create this with JMSAdmin. Although Weblogic and WMQ integration is not supported by IBM, I have found a way to do it.
To create the QCF in the Weblogic JNDI namespace with JMSAdmin, do the following.
Transfer the weblogic.jar file to your WMQ system. In your JMSAdmin startup script, add the weblogic.jar file to your classpath. Then configure JMSAdmin.config with:
INITIAL_CONTEXT_FACTORY=weblogic.jndi.WLInitialContextFactory
PROVIDER_URL=t3://your_wls_server:7001
7001 is generally the port which hosts the interface to the WLS JNDI namespace.
Good Luck _________________ Matt Feenstra
IBM Certified Specialist - MQSeries |
|
Back to top |
|
 |
dvsridhar |
Posted: Wed May 28, 2003 5:44 am Post subject: |
|
|
Newbie
Joined: 11 Dec 2002 Posts: 4
|
Matt Feenstra,
That is one way of doing it. Using our new J2EE Connector Architectrue Weblogic has come up with an adapter using which you can connect to MQSeries 5.2, 5.3 WebSphereMQ.
http://dev2dev.bea.com/products/wladapters/index.jsp
All any one needs to do is deploy this ear file.
Thanks for previous mail.
Regards
Sridhar Dabbeeru |
|
Back to top |
|
 |
taran4u |
Posted: Wed Sep 24, 2003 12:34 am Post subject: Can I seek ur help for Weblogic-MQSeries integration? |
|
|
Newbie
Joined: 23 Sep 2003 Posts: 3
|
I am using the same structure for connecting but I am not been able to create a MQConnectionFactory usig this structure and get a Exception named NoClassFondException for MQQueueConnectionFactory.
Cud u hlp me in this?/
Thx in advance
mfeenstra wrote: |
The app server must be able to read a queue connection factory which you have defined for your queue manager. You can create this with JMSAdmin. Although Weblogic and WMQ integration is not supported by IBM, I have found a way to do it.
To create the QCF in the Weblogic JNDI namespace with JMSAdmin, do the following.
Transfer the weblogic.jar file to your WMQ system. In your JMSAdmin startup script, add the weblogic.jar file to your classpath. Then configure JMSAdmin.config with:
INITIAL_CONTEXT_FACTORY=weblogic.jndi.WLInitialContextFactory
PROVIDER_URL=t3://your_wls_server:7001
7001 is generally the port which hosts the interface to the WLS JNDI namespace.
Good Luck |
|
|
Back to top |
|
 |
vennela |
Posted: Wed Sep 24, 2003 5:34 am Post subject: |
|
|
 Jedi Knight
Joined: 11 Aug 2002 Posts: 4055 Location: Hyderabad, India
|
Looks like you need to have some jar files in your CLASSPATH. Have you added MQ Jar files in your CLASSPATH?
If not then you need to add
com.ibm.mq.jar
com.ibm.mqjms.jar
-------
Venny |
|
Back to top |
|
 |
|
|
 |
|
Page 1 of 1 |
|
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum
|
|
|
|