How to Tell If ActiveMQ Is Using Async
- 1). Log into your server with administrator privileges.
- 2). Click on the "Applications" icon and then click the "Terminal" icon.
- 3). Type "tcp://localhost:61616?jms.useAsyncSend=" into the terminal.
- 4). Wait for the output to come back. If you are using the Async program, the output will come back as "tcp://localhost:61616?jms.useAsyncSend=true." If you are not using the Async program, the output will come back as "tcp://localhost:61616?jms.useAsyncSend=false."
Source...