/robotframework-rabbitmq

Robot Framework library for working with RabbitMQ

Primary LanguagePythonApache License 2.0Apache-2.0

RobotFramework RabbitMQ

Build Status

Short Description

Robot Framework library for for working with RabbitMQ.

Installation

Install the library from PyPI using pip:

pip install robotframework-rabbitmq

Documentation

See keyword documentation for RabbitMQ library on GitHub.

Example

*** Settings ***
Library    RabbitMq
Library    Collections

*** Test Cases ***
Simple Test
    Create Rabbitmq Connection    my_host_name    15672    5672    guest    guest    alias=rmq
    ${overview}=    Overview
    Log Dictionary    ${overview}
    Close All Rabbitmq Connections

License

Apache License 2.0