mq5.1-source.src.share.java.examples.stomp.README Maven / Gradle / Ivy
The newest version!
@(#)README 1.0 11/13/08
STOMP Examples
--------------
This README file describes the different categories of
STOMP examples found in the directories listed below.
Before you can run the examples, the broker's STOMP bridge service
must be running. To enable STOMP bridge service, set the following
properties in the broker's instance configuration file:
imq.bridge.admin.user=
imq.bridge.admin.password=
imq.bridge.activelist=stomp
imq.bridge.enabled=true
Directory Description
--------- -----------
ruby Contains sample programs that demonstrate how to
create Ruby clients that use STOMP Protocol
to send and receive messages.