Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 298 Bytes

File metadata and controls

9 lines (6 loc) · 298 Bytes

JmsQueueClient-test

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

  1. start the server
  2. run ant from here.