Stomper is a free and open-source transport neutral client implementation of the STOMP protocol.
The goal of Stomper is to be transport layer neutral. This module provides functions to create and parse STOMP messages in a programatic fashion.
You will be able to easily generate and parse messages; however it's up to the user to do the sending and receiving.
Detailed instructions on how to install and use the Stomper utility on your Mac are available HERE.
Stomper is a cross-platform utility capable of running on any operating system that comes with Python support (e.g. Mac OS X, Windows, Linux).
Requirements:
· Python
What's New in This Release: [ read full changelog ]
· OM: A minor relase fixing the problem whereby uuid would be installed on python2.5+. It is not needed after python2.4 as it comes with python. Arfrever Frehtes Taifersar Arahesis contributed the fix for this.