Last Modified
2014-04-02 03:20:24 +0000
Requires
  • rubygems
  • stomp
  • readline
  • thread
  • getoptlong
  • rdoc/ri/ri_paths
  • rdoc/usage

Description

Synopsis

stompclient: Generic client to consume and produce STOMP queues and topics, tested against Apache Active MQ

Description

A simple client that can connect to an STOMP server, subscribe to topics and queues and also send to topics and queues.

Usage

stompclient [OPTIONS]

–help, -h:

Show Help

–server, -s

The server to connect to, can also be set in STOMP_SERVER environment variable

–port, -p

The port to connect to, default to 6163

–user, -u

The user to connect as, can also be set in STOMP_USER environment variable

–password, -P

The password to use, can also be set in STOMP_PASSWORD environment variable

When connected to a server, use the ‘help’ command to see further information about using the client, common commands that can be issued are:

Changelog

R.I.Pienaar <rip@devco.net> more information at www.devco.net

Licensed under the Apache License, Version 2.0