Hi, Did you succeed in setting axis2.xml accordingly for WMQ jms transport?
If so can you please provide updated axis2.xml Thanks in advance Adi callagc4 wrote: > > Hi, > > We are currently using axis2 in a standalone server. I have been trying to > configure axis2 to hook up with websphereMQ. However i am unsure of how to > configure axis2 for this as all the examples i have found are for > activeMQ. Could anyone tell me how this can be done? My main area of > concern is the definition of a jms transportReciever for websphereMQ. Any > advice would be much appriciated. > > My attempts so far have left me here, using the definition below. However > this currently does not work. The first issue is that the initial context > factory being used is based in websphere not websphereMQ. Secondly how do > i configure this jndi resource in websphereMQ, i.e configure > jms/QueueConnectionFactory > > <transportReceiver name="jms" > class="org.apache.axis2.transport.jms.JMSListener"> > <parameter name="default"> > <parameter > name="java.naming.factory.initial">com.ibm.mq.jms.context.WMQInitialContextFactory</parameter> > > <parameter > name="java.naming.provider.url">localhost:1414</parameter> > <parameter > name="transport.jms.ConnectionFactoryJNDIName">jms/QueueConnectionFactory</parameter> > > </parameter> > </transportReceiver> > > Thanks, > Cathal > > -- View this message in context: http://www.nabble.com/Axis2-JMS-Transport-to-WebSphere-MQ-tp14738492p17399585.html Sent from the Axis - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
