Mehdi We have been considering this for sometime, and this is tracked by the enhancement request http://issues.apache.org/jira/browse/SYNAPSE-181. We also have some discussion on how we could achieve this, but still this is not implemented in Synapse
asankha Mehdi Ait Oufkir wrote: > Hi, > > I'm running into a problem while using a proxy listening from a queue > via JMS end sending an HTTP request. > > > My proxy is reading from the queue, but even if the server is down and > not rejecting HTTP requests, it's removing from the queue and just > failing doing the request. > > How can I handle that in a nicer way. I'd like to have the message > staying in the queue if the server is down. Is there another work > around below is the configuration I'm using for the proxy: > > <proxy name="SimpleStockQuoteProxy" transports="jms"> > <target> > <endpoint key="server"/> > <inSequence> > <property action="set" name="OUT_ONLY" value="false"/> > </inSequence> > <outSequence> > <send/> > </outSequence> > </target> > <publishWSDL > uri="file:repository/conf/sample/resources/proxy/sample_proxy_1.wsdl"/> > </proxy> > > > <endpoint name="server"> > <address uri="http://localhost:9000/soap/SimpleStockQuoteService"/> > </endpoint> > > > Please advice, > Mehdi Ait Oufkir > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
