Skip to content

Instantly share code, notes, and snippets.

@juggy
Created March 14, 2010 18:41
Show Gist options
  • Save juggy/332144 to your computer and use it in GitHub Desktop.
Save juggy/332144 to your computer and use it in GitHub Desktop.
Message
<msgs>
<!-- Select all Queues using regex -->
<msg select=".*">
<body>
<![CDATA[Data to send]]>
</body>
</msg>
<!-- Specify queues -->
<msg>
<qs>
<q name="client_1"/>
</qs>
<body>
<![CDATA[Data to send]]>
</body>
</msg>
</msgs>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment