Project

vespa

0.0
No commit activity in last 3 years
No release in over 3 years
A simple command line interface to the JBoss HornetQ RESTful API
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0
~> 1.0.0
~> 1.6.4

Runtime

 Project Readme

Installation¶ ↑

Install Ruby & Gems¶ ↑

NOTE: Right now, this gem requires ruby 1.9.2 to run.

Install the gem¶ ↑

From a command line type:

sudo gem install vespa

Windows users can leave off the “sudo”

Some Examples¶ ↑

From a command line type:

To pull a message

/bin/vespa topic jms.topic.example.topic --pull  --server bus.mycompany.com --subscriber accounting > output_message.txt

To push a message

/bin/vespa topic jms.topic.example.topic --server bus.mycompany.com -payload "<invoice><line amount='$10'/></invoice>"

Using pipes

cat README.rdoc | ./bin/vespa topic jms.topic.example.topic --push --pull --server bus.mycompany.com

Using the Gem¶ ↑

For detailed instructions on using the gem type:

vespa help

or

vespa help [TASK]