Integrate JMS with Shell Scripting

Using the JMSToolKit, it's easy to integrate JMS and shell scripts.

Sender

The Sender provides a command line interface to send messages to any JMS Destination.

It can send text from files, UNIX pipe, and standard input.

Sender CLI

Receiver

The Receiver provides a command line interface to receive messages from any JMS Destination.

It appends the messages to a file or writes them to standard out.

Receiver CLI

Blaster

The Blaster extends Sender and provides a convenient way to quickly send a number of messages as fast as possible to any JMS Destination.

It can generate text messages of any size specified on the command line or send any readable text file.

Blaster CLI