When you run "mvn -Pdeploy install", the unit tests starts embedded ActiveMQ instance, but you already have standalone ActiveMQ instance started if you follow the instructions in README, causes "Address already in use". So -DskipTests=true needs to be added for deploy.
|