I am creating a Java application in eclipse to let different devices
communicate together using a publish/subscribe protocol.

I am using Jboss and ActiveMQ and I want to know if I should use an ActiveMQ
resource adapter to integrate the broker in jboss in a standalone mode or I
should just add dependencies in my pom.xml file and use explicit java code
like indicated here 
http://activemq.apache.org/how-do-i-embed-a-broker-inside-a-connection.html
<http://activemq.apache.org/how-do-i-embed-a-broker-inside-a-connection.html>  

Here the documentation I found to integrate ActiveMQ within jboss in a
standalone mode 
https://access.redhat.com/documentation/en-US/Red_Hat_JBoss_A-MQ/6.1/html/Integrating_with_JBoss_Enterprise_Application_Platform/DeployRar-InstallRar.html
<https://access.redhat.com/documentation/en-US/Red_Hat_JBoss_A-MQ/6.1/html/Integrating_with_JBoss_Enterprise_Application_Platform/DeployRar-InstallRar.html>
  

Could someone tell me what is the difference between the two approaches?



--
View this message in context: 
http://activemq.2283324.n4.nabble.com/Interest-of-using-activeMQ-resource-adapter-tp4725027.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Reply via email to