|
ActiveMQ example source code file (README.txt)
The ActiveMQ README.txt source codePrereqs ======= - Install RubyGems see: http://docs.rubygems.org/ - Install the stomp gem. Run: gem install stomp Overview of stompcat.rb and catstomp.rb ========================================== The basic idea behind these scripts to to create something like netcat except over JMS destinations. catstomp - takes stdin and sends it to a stomp destination stompcat - outputs data received from a stomp destination A simple example usage: In console 1 run: cat | ./catstomp.rb In console 2 run: ./stompcat.rb now any line you enter into console 1 will get sent to console 2. Hopefully these to scripts can get merged together in the future and the command line arguments can change so that it look more like netcat. Other ActiveMQ examples (source code examples)Here is a short list of links related to this ActiveMQ README.txt source code file: |
... this post is sponsored by my books ... | |
#1 New Release! |
FP Best Seller |
Copyright 1998-2024 Alvin Alexander, alvinalexander.com
All Rights Reserved.
A percentage of advertising revenue from
pages under the /java/jwarehouse
URI on this website is
paid back to open source projects.