Skip to content

Instantly share code, notes, and snippets.

@jcrossley3
Created May 28, 2013 12:52
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 jcrossley3/5662559 to your computer and use it in GitHub Desktop.
Save jcrossley3/5662559 to your computer and use it in GitHub Desktop.
<jms-destinations>
<jms-queue name="testQueue">
<entry name="queue/test"/>
<entry name="java:jboss/exported/jms/queue/test"/>
</jms-queue>
<jms-topic name="testTopic">
<entry name="topic/test"/>
<entry name="java:jboss/exported/jms/topic/test"/>
</jms-topic>
</jms-destinations>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment