Skip to content

Instantly share code, notes, and snippets.

@vverma2002
vverma2002 / JMS Destinations JBOSS 7
Last active August 29, 2015 14:17
Steps to create JMS Destinations (Queue / Topic / Connection Factory) in JBOSS 7 Server
This Gist Contains -
1.standalone-default.xml - Jboss default standalone.xml with messaging enabled
2.jms-queue-snippet.xml - Snippet for adding JMS Queue
3.jms-topic-snippet.xml - Snippet for adding JMS Topic
4.jms-connectionFactory-snippet.xml - Snippet for adding JMS Connection Factory
5.standalone-final.xml - Jboss final consolicdated standalone-full.xml
Prerequisites-
1.jboss-eap-6.4.0.Beta or equivalent.
@vverma2002
vverma2002 / JMS Destinations OC4J
Last active August 29, 2015 14:17
Steps to create JMS Destinations (Queue / Topic / Connection Factory) in OC4J Server
This Gist Contains -
1.jms-default.xml - Oc4j default jms.xml
2.jms-queue-snippet.xml - Snippet for adding JMS Queue
3.jms-topic-snippet.xml - Snippet for adding JMS Topic
4.jms-connectionFactory-snippet.xml - Snippet for adding JMS Connection Factory
5.jms-final.xml - Oc4j final consolicdated jms.xml
Prerequisited-
1.oc4j_extended_101350 or equivalent.