JBossMQ Examples Documentation


SERVER

This is a simple JMS server using SypderMQ.

CLIENT

This is a simple parser which gives you the ability to test the JMS server. You can dynamically use JMS objects, and invoke methods on them.

Commands

Macros

Objects

When the program starts, it creates one the follwing objects:

Example

st.createTopic("example")
sub=sub("example")
sub.listen()
publish("example","hello")
ct.start()