pip install robotframework-amqp
python setup.py install
In the settings section
*** Settings ***
Test Teardown After tests
Test Setup Before tests
Library RmqMsgSend
In the keywords section
*** Keywords ***
Before tests
Init AMQP connection ${amqp_host} ${amqp_port} ${amqp_user} ${amqp_pass} ${amqp_vhost}
Set amqp destination ${amqp_exchange} ${amqp_routing_key}
After tests
close amqp connection