4.0.0 org.apache.activemq.examples.broker jms-examples 1.5.0-SNAPSHOT message-counters jar ActiveMQ Artemis JMS Message Counter Example ${project.basedir}/../../../.. org.apache.activemq artemis-server ${project.version} org.apache.activemq artemis-jms-client ${project.version} org.apache.activemq artemis-maven-plugin create create ${noServer} -Dcom.sun.management.jmxremote -Dcom.sun.management.jmxremote.port=3001 -Dcom.sun.management.jmxremote.ssl=false -Dcom.sun.management.jmxremote.authenticate=false start cli ${noServer} true tcp://localhost:61616 run runClient runClient org.apache.activemq.artemis.jms.example.MessageCounterExample stop cli ${noServer} stop org.apache.activemq.examples.broker message-counters ${project.version}