To get Zyre, download and build OpenAMQ/1.4 from openamq.org. Zyre works as an add-on to OpenAMQ, and maybe tomorrow other AMQP servers will also support RestMS. How to use, in thirty seconds:
- Download Build OpenAMQ as usual
- Start the OpenAMQ amq_server, on the default port
- Start 'zyre —port 8080' on the same box - Zyre will start up and connect to OpenAMQ
- In the OpenAMQ-1.4a3/OpenAMQ4a3/zyre directory, run the "restms_test.pl" script, which is the self-test script
We'll provide more examples over time. The RestMS.pm module shows how to use RestMS from Perl.