Github user clebertsuconic commented on the pull request:
https://github.com/apache/activemq-artemis/pull/54#issuecomment-116672776
Get artemis/master, build it:
go to
artemis-distribution/target/apache-artemis-1.0.1-SNAPSHOT-bin/apache-artemis-1.0.1-SNAPSHOT/bin
```sh
./artemis create /tmp/myserver --user me --password me --allow-anonymous
/tmp/myserver/bin/artemis-service start
/tmp/myserver/bin/artemis producer
```
```
macbookCleb-2:bin clebertsuconic$ /tmp/myserver/bin/artemis producer
Producer ActiveMQQueue[TEST], thread=0 Started to calculate elapsed time ...
Producer ActiveMQQueue[TEST], thread=0 Produced: 1000 messages
Producer ActiveMQQueue[TEST], thread=0 Elapsed time in second : 0 s
Producer ActiveMQQueue[TEST], thread=0 Elapsed time in milli second : 695
milli seconds
```
You can do the same at ActiveMQ5. Build the ActiveMQ5 master, start the
broker, and run activemq producer..
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---