Issue 1
The following paragraph is present twice.
Create a JBoss EAP module that contains all the libraries required to connect and communicate with the JMS provider. This module will be named org.jboss.genericjms.provider.
Issue 2
In step 3 there is an text:
These three properties' values must be replaced by the correct value to connect to the remote JMS provider. Take care when replacing the placeholder text to keep the ${} intact.
Why we should keep the ${} intact? The ${} is used when you want to use variable instead of constant.