Hi Remsy, Please see the comments inline;
Schmilinsky, Remsy wrote: > > I don’t understand how to setup an endpoint for a MQ queue. I have > this endpoint URL: > > jms:/ResponseQueue?transport.jms.ConnectionFactoryJNDIName=SampleQCF;java.naming.factory.initial=com.sun.jndi.fscontext.RefFSContextFactory;java.naming.provider.url=file:///C:\wso2esb-1.7.1 > > do I need an entry in axis2.xml under the <transportSender name="jms" > class="org.apache.synapse.transport.jms.JMSSender"> ? > Of course yes, you need to uncomment the JMSSender in the axis2.xml, here I am assuming that you are trying to send the message to the above specified mq URL... > > I am getting this error: > > 2008-12-18 10:37:32,836 [-] [Axis2 Task] ERROR JMSOutTransportInfo > Connection Factory JNDI name cannot be determined > > The MQ listener works fine, declared as a proxy service with paramters > under <transportReceiver name="jms" > class="org.apache.synapse.transport.jms.JMSListener"> > Cool... nice to hear you got it to work. Thanks, Ruwan > > thanks > > ------------------------------------------------------------------------ > > _______________________________________________ > Esb-java-user mailing list > [email protected] > https://wso2.org/cgi-bin/mailman/listinfo/esb-java-user > _______________________________________________ Esb-java-user mailing list [email protected] https://wso2.org/cgi-bin/mailman/listinfo/esb-java-user
