Created
October 25, 2011 23:49
-
-
Save ddossot/1314829 to your computer and use it in GitHub Desktop.
Dynamic Agent Service
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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