Document URL: http://documentation-devel.engineering.redhat.com/docs/en-US/Red_Hat_JBoss_Web_Framework_Kit/2.3/html-single/Snowdrop_Sportsclub_Example/index.html Section Number and Name: 1.3. Preparing your JBoss Enterprise Platform Describe the issue: It is easier to use standalone-full.xml when running EAP because it already contains the messaging configuration. The guidance how to create JMS destination assumes that the default messaging configuration is already in place (which is true for standalone-full.xml and not for standalone.xml) and describes just modifications. Suggestions for improvement: Just replace `$JBOSS_HOME/standalone/configuration/standalone.xml` by `$JBOSS_HOME/standalone/configuration/standalone-full.xml`