activemq-artemis/examples/javaee
Clebert Suconic 89a84c6ae2 More name changes to activemq
more hornetq changes
2014-11-19 16:01:54 -05:00
..
ejb-jms-transaction More name changes to activemq 2014-11-19 16:01:54 -05:00
jca-config More name changes to activemq 2014-11-19 16:01:54 -05:00
jca-remote More name changes to activemq 2014-11-19 16:01:54 -05:00
jms-bridge More name changes to activemq 2014-11-19 16:01:54 -05:00
jms-context-injection More name changes to activemq 2014-11-19 16:01:54 -05:00
mdb-bmt More name changes to activemq 2014-11-19 16:01:54 -05:00
mdb-cmt-setrollbackonly More name changes to activemq 2014-11-19 16:01:54 -05:00
mdb-cmt-setrollbackonly-with-dlq More name changes to activemq 2014-11-19 16:01:54 -05:00
mdb-cmt-tx-local More name changes to activemq 2014-11-19 16:01:54 -05:00
mdb-cmt-tx-not-supported More name changes to activemq 2014-11-19 16:01:54 -05:00
mdb-cmt-tx-required More name changes to activemq 2014-11-19 16:01:54 -05:00
mdb-message-selector More name changes to activemq 2014-11-19 16:01:54 -05:00
mdb-remote-failover More name changes to activemq 2014-11-19 16:01:54 -05:00
mdb-remote-failover-static More name changes to activemq 2014-11-19 16:01:54 -05:00
mdb-tx-send More name changes to activemq 2014-11-19 16:01:54 -05:00
xarecovery More name changes to activemq 2014-11-19 16:01:54 -05:00
README.md ACTIVEMQ6-1 - Initial HornetQ Donation Commit 2014-11-10 10:31:25 -06:00
pom.xml More name changes to activemq 2014-11-19 16:01:54 -05:00

README.md

Running the Java EE examples

To run a javaee example first make sure you have WildFly installed, the examples were tested against against 8.0.0.Final.

Then set the JBOSS_HOME property to your installation, something like:

export JBOSS_HOME=/home/user/wildfly-8.0.0.Final

Then simply cd into the directory of the example you want to run and 'mvn test'.

The examples use Arquillian to start the JBoss server and to run the example itself.