Skip to content

Instantly share code, notes, and snippets.

@ddossot
Created October 25, 2011 23:49
Show Gist options
  • Save ddossot/1314829 to your computer and use it in GitHub Desktop.
Save ddossot/1314829 to your computer and use it in GitHub Desktop.
Dynamic Agent Service
<bridge name="dynamic-agent-service"
inboundAddress="http://localhost:8080/services"
transformer-refs="object-to-string-transformer outbound-properties-remover"
outboundAddress="jms://#[groovy:message.getInboundProperty('http.request.path').substring(1).replace('/','.')]"
exchange-pattern="request-response" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment