Skip to content

bernuly/StompSender

Repository files navigation

README for StompSender class

The StompSender class allows to send control messages to SmartBody via ActiveMQ (using the STOMP protocol).
The class assumes default port and password of the ActiveMQ server.

Installation

The StompSender requires the stomp.py library (https://github.com/jasonrbriggs/stomp.py).
On most systems, the library can be installed with
pip install stomp.py

Testing

To test the code use the testStompSender.py script. To monitor the incoming messages you can use the stomp command that is part of stomp.py: e.g.
cd c:\Python27\Scripts
..\python.exe stomp
subscribe /topic/DEFAULT_SCOPE

`

About

No description or website provided.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages