alvinalexander.com | career | drupal | java | mac | mysql | perl | scala | uml | unix  

ActiveMQ example source code file (README.txt)

This example ActiveMQ source code file (README.txt) is included in the DevDaily.com "Java Source Code Warehouse" project. The intent of this project is to help you "Learn Java by Example" TM.

Java - ActiveMQ tags/keywords

a, hopefully, in, in, install, install, jms, overview, prereqs, rubygems, rubygems, run, the, the

The ActiveMQ README.txt source code


Prereqs
=======

- 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

 

new blog posts

 

Copyright 1998-2021 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.