According to this: http://activemq.apache.org/activemq-command-line-tools-reference.html
there should be some batch files and shell scripts like list, shutdown, query, etc... They appear to be missing from the 4.1.1 and 5.0.0 source and bin archives. I'm actually looking for a quick way to publish strings to a topic/queue from the command line. I could write a little java app that takes a URL and a String as args... but is there something that already exists for this? Thanks...