A transport neutral client implementation of the STOMP protocol
This is a python client implementation of the STOMP protocol. The client is attempting to be transport layer neutral. This module provides functions to create and parse STOMP messages in a programatic fashion. The messages can be easily generated and parsed, however its up to the user to do the sending and receiving.
This is a python client implementation of the STOMP protocol. The client is attempting to be transport layer neutral. This module provides functions to create and parse STOMP messages in a programatic fashion. The messages can be easily generated and parsed, however its up to the user to do the sending and receiving.
To install py27-stomper, run the following command in macOS terminal (Applications->Utilities->Terminal)
sudo port install py27-stomper
To see what files were installed by py27-stomper, run:
port contents py27-stomper
To later upgrade py27-stomper, run:
sudo port selfupdate && sudo port upgrade py27-stomper
Reporting an issue on MacPorts Trac
The MacPorts Project uses a system called Trac to file tickets to report bugs and enhancement requests.
Though anyone may search Trac for tickets, you must have a GitHub account in order to login to Trac to create tickets.