JBoss.orgCommunity Documentation
Seam JMS can be used by including a few libraries in your application's library folder:
If you are using Maven as your build tool use the following dependency:
<dependency>
<groupId>org.jboss.seam</groupId>
<artifactId>seam-jms</artifactId>
<version>${seam.jms.version}</version>
</dependency>
Define or replace the property ${seam.jms.version} with a valid version of Seam JMS.