Author |
Message
|
marinmqseries |
Posted: Sun Oct 21, 2007 9:12 pm Post subject: How do i forward messages from weblogic jms queue to mqqueue |
|
|
Newbie
Joined: 21 Oct 2007 Posts: 8 Location: na
|
Hi,
I have the following requirement.
I need to post my response in jms queue.
This jms queue has to post the meesage to a mq queue.
For this I have configured two bridge destinations in weblogic server .One for jms source destination and another for mq series destination.
I have given the following attributes for mq series destination bridge.(both weblogic and mq series are located at my machine)
Connection URL:t3://localhost:1414
Initial Context Factory:weblogic.jndi.WLInitialContextFactory
Connection Factory JNDI Name:MQ manager name
Destination JNDI Name:mq queue name
Destination type:queue
but i am getting the following exception
<Oct 19, 2007 1:55:23 PM GMT+05:30> <Warning> <Connector> <BEA-190032> << Weblogic Messaging Bridge Adapter (XA)_eis/jms/WLSConnectionFactoryJNDIXA >locationException of javax.resource.ResourceException: Failed to start the connection on createManagedConnection.>
Please suggest me what are the default values for mq series destination bridge such as jndi name of the connection factory,connection url etc
Thanks in advance |
|
Back to top |
|
 |
fjb_saper |
Posted: Mon Oct 22, 2007 2:43 am Post subject: |
|
|
 Grand High Poobah
Joined: 18 Nov 2003 Posts: 20756 Location: LI,NY
|
Usually you create your JMS setup using JMSAdmin with the filesystem as initialContextFactory. You then feed this to Weblogic....  _________________ MQ & Broker admin |
|
Back to top |
|
 |
marinmqseries |
Posted: Mon Oct 22, 2007 3:05 am Post subject: How do i forward messages from weblogic jms queue to mqqueue |
|
|
Newbie
Joined: 21 Oct 2007 Posts: 8 Location: na
|
I do not have JmsAdmin at my end.I have mq series trail version installed at my m/c.I have IBM Mq Explorer tool using which I can create Queue magers and queues.But i Can not see what is the connection factory name,jndi name in any of its properties.
Can you please guide me how can I progress from this point.
Cheers |
|
Back to top |
|
 |
bower5932 |
Posted: Mon Oct 22, 2007 4:08 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Aug 2001 Posts: 3023 Location: Dallas, TX, USA
|
I would think that even the trial version of WMQ would have JMSAdmin.
I also believe that the WMQ Explorer has the capability to administer JMS objects. |
|
Back to top |
|
 |
marinmqseries |
Posted: Mon Oct 22, 2007 6:38 am Post subject: How do i forward messages from weblogic jms queue to mqqueue |
|
|
Newbie
Joined: 21 Oct 2007 Posts: 8 Location: na
|
Could you please guide me in using mq explorerr .
What is jms admin?where can I access that console?  |
|
Back to top |
|
 |
bower5932 |
Posted: Mon Oct 22, 2007 7:19 am Post subject: |
|
|
 Jedi Knight
Joined: 27 Aug 2001 Posts: 3023 Location: Dallas, TX, USA
|
You might want to look at the Using Java manual. JMSAdmin is a batch file that allows you to setup the JNDI information for JMS.
WMQ Explorer is a graphical tool (Start -> Programs -> IBM WebSphere WMQ -> WMQ Explorer) that has an ability to administer JMS objects. It is going to use definitions similar to what you would use with JMSAdmin. |
|
Back to top |
|
 |
JLRowe |
Posted: Tue Oct 23, 2007 1:07 am Post subject: |
|
|
 Yatiri
Joined: 25 May 2002 Posts: 664 Location: South East London
|
I think version 6.0 of MQExplorer does not have the JMS managed objects tools, you need 6.0.2. |
|
Back to top |
|
 |
manicminer |
Posted: Tue Oct 23, 2007 4:53 am Post subject: |
|
|
 Disciple
Joined: 11 Jul 2007 Posts: 177
|
JLRowe wrote: |
I think version 6.0 of MQExplorer does not have the JMS managed objects tools, you need 6.0.2. |
You are quite correct, the JMS Admin plug-in was a new addition in 6.0.2.0
http://www-1.ibm.com/support/docview.wss?rs=171&uid=swg27008496
Quote: |
This Refresh pack adds the following new plug-ins for use with WebSphere MQ Explorer, the graphical administration application provided with WebSphere MQ for Windows V6.0 and WebSphere MQ for Linux (x86 platform) V6.0.
JMS Administration plug-in: Provides the ability to connect to JNDI contexts for administering WebSphere MQ JMS objects with similar functionality as the command line JMS Administration tool.
Object Authorities plug-in: Provides the ability to manage authorities for users and groups, compare accumulated authorities, find authorities, and refresh security options.
Tests plug-in: Provides the ability to check the configuration of a queue manager and its objects. Tests can be run against one or more queue manager, and subsets of tests can be configured and saved for future use.
The plug-ins are installed when you install the updates for WebSphere MQ Explorer, which are shipped in this refresh pack.
Detailed help for these plug-ins can be found in the updated WebSphere MQ Explorer Help, which is shipped with this Refresh pack.
|
But as already stated, you can use the command line tool just fine with bog standard 6.0 |
|
Back to top |
|
 |
|