Skip to content

Instantly share code, notes, and snippets.

@ddossot
Created June 23, 2010 23:07
Show Gist options
  • Save ddossot/450695 to your computer and use it in GitHub Desktop.
Save ddossot/450695 to your computer and use it in GitHub Desktop.
<service name="selecting-jms-queue-requester">
<inbound>
<inbound-endpoint ref="select-jms-queue" responseTimeout="3000" />
</inbound>
<script:component>
<script:script engine="groovy">
<script:text>
eventContext.requestEvent("jms://fixedQueue?selector=userId%3D%27${userId}%27",
eventContext.timeout)
</script:text>
</script:script>
</script:component>
</service>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment