Configure a Resource Adapter for ActiveMQ on WildFly 8.2
ActiveMQ Resource Adaptater (RA) must be included and configured in WildFly application server. There are two ways to do so:
include activemq-rar.rar in WildFly deployments directory
create a JBoss module containing the RA code
I think, solution with module would be better.