Skip to content

Instantly share code, notes, and snippets.

@nadeesha5814
Created May 15, 2015 14:36
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save nadeesha5814/7a420ad5d9cd21ebdfce to your computer and use it in GitHub Desktop.
Save nadeesha5814/7a420ad5d9cd21ebdfce to your computer and use it in GitHub Desktop.
<proxy xmlns="http://ws.apache.org/ns/synapse" name="DiodeProxy" transports="https http" startOnLoad="true" trace="disable">
<description/>
<target>
<inSequence>
<property action="set" name="OUT_ONLY" value="true"/>
<property action="set" name="FORCE_SC_ACCEPTED" scope="axis2" value="true"/>
<send>
<endpoint>
<address uri=" "/> <!-- Specify the JMS connection URL here -->
</endpoint>
</send>
</inSequence>
<outSequence>
<send/>
</outSequence>
</target>
<publishWSDL uri="file:repository/samples/resources/proxy/sample_proxy_1.wsdl"/>
</proxy>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment