Sha256: deba243e219208685b06fd4977239c2484115d8c79ad4cf4c36066da8b454f7f
Contents?: true
Size: 753 Bytes
Versions: 3
Compression:
Stored size: 753 Bytes
Contents
= 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]
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
vespa-0.0.3 | README.rdoc |
vespa-0.0.2 | README.rdoc |
vespa-0.0.1 | README.rdoc |