AMQP 1.0 messaging library for building distributed applications
High-performance, lightweight AMQP 1.0 messaging library
proton-pythonproton-c$ python3 -c "from proton import Message, send; send(Message(body='Hello'), 'amqp://localhost:5672/queue')"$ python3 -c "from proton import receive; msg = receive('amqp://localhost:5672/queue'); print(msg.body)"$ pip install qpid-proton