This sample client demostrate how to subscribes to a queue using JMS client API and publish messages to that queue with their TPS. Also it shows how to consume messages from a queue using JMS Client API as well.
To run this sample
- start the server
- run ant from here.