This package contains the full source code for OpenAMQ/JMS, a JMS client designed to be used with OpenAMQ/1.2:
Download:
- OpenAMQ-JMS-1.2c1.tar.gz - tar.gz (UNIX line endings).
- OpenAMQ-JMS-1.2c1.zip - ZIP (Windows line endings).
Then follow these instructions for building and testing OpenAMQ/JMS.
Scripts to run the examples are in the bin directory.
The simplest test to ensure everything is working is the "service request reply" test. This involves one client that is known as a "service provider" and it listens on a well-known queue for requests.
Another client, known as the "service requester" creates a private (temporary) response queue, creates a message with the private response queue set as the "reply to" field and then publishes the message to the well known service queue. The test allows you to time how long it takes to send messages and receive the response back. It also allows varying of the message size.
