Hi, I don't have any specific suggestions, but I am aware that someone has worked on this before. I suggest searching the Axis2 user and dev archives for the following JIRA (which is the context in which is was discussed previously): https://issues.apache.org/jira/browse/AXIS2-2816 Cheers, David
On Jan 10, 2008 4:45 PM, callagc4 <[EMAIL PROTECTED]> 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-tp14738492p14738492.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] > > -- David Illsley - IBM Web Services Development --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
