On Wed, Aug 5, 2009 at 5:18 PM, Sunil.2.Tiwari <[email protected]>wrote: hi Sunil, Having the stack trace will be useful to identify the problem.
-Rajika > > Hello everybody, > I am trying to read (enqueu) message from MQ queue and post(dequeue) it > into response MQ queue. > Getting exception (PFA for exception) over Synapse ESB console for proxy > service when PS is trying to post (dequeue) message to MQ response queue. > Proxy Service Synapse.xml: > <definitions xmlns="http://ws.apache.org/ns/synapse"> > <proxy name="ReceiverQCFPS" transports="jms" startOnLoad="true" > statistics="enable"> > <parameter name="transport.jms.JMSSpecVersion">1.0</parameter> > <parameter name="transport.jms.Destination">MyMDBQueue</parameter> > <parameter name="transport.PollInterval">15</parameter> > <target> > <inSequence> > <log level="full" separator=", "/> > <property action="set" name="OUT_ONLY" value="true"/> > </inSequence> > <endpoint> > <address > > uri="jms:/MyReplyQueue?transport.jms.ConnectionFactoryJNDIName=SenderQCF&java.naming.factory.initial=com.sun.jndi.fscontext.RefFSContextFactory&java.naming.provider.url=file:/C:/JNDI-Directory&transport.jms.ConnectionFactoryType=queue"/> > </endpoint> > <outSequence> > <log level="full" separator=", "/> > <send/> > <log level="full" separator=", "/> > </outSequence> > </target> > </proxy> > </definitions> > > Any idea where is the problem. > > Thanks & Regards > Sunil Kumar Tiwari | I&B2B | Tech Mahindra Ltd. > (Office: 009120 6641 7136 Mobile: 0091 9767644210) > Email: [email protected] > > > > ============================================================================================================================ > > > Disclaimer: > > This message and the information contained herein is proprietary and > confidential and subject to the Tech Mahindra policy statement, you may > review the policy at <a href="http://www.techmahindra.com/Disclaimer.html > ">http://www.techmahindra.com/Disclaimer.html</a> externally and <a href=" > http://tim.techmahindra.com/Disclaimer.html"> > http://tim.techmahindra.com/Disclaimer.html</a> internally within Tech > Mahindra. > > > ============================================================================================================================ -- http://wso2.org http://llvm.org http://www.minix3.org/
