Python module for communicating with the ActiveMQ message broker
Project description
pyactivemq is a Python module for communicating with the ActiveMQ message broker which implements the Java Message Service specification.
pyactivemq wraps the ActiveMQ-CPP library using Boost.Python. This implies that both the Stomp and Openwire wire formats are supported for communicating with the broker.
pyactivemq could also be used with other JMS message brokers by utilising ActiveMQ’s JMS to JMS bridge feature.