AMQP 1.0 shim using Apache Qpid Proton Python bindings.
# Send messages ./shim.py send --broker amqp://localhost:5672 --queue test \ --type uint --count 3 --data '[{"index":0,"type":"uint","value":0},...]' # Receive messages ./shim.py receive --broker amqp://localhost:5672 --queue test \ --count 3 --timeout 30
All AMQP 1.0 primitive types: