Skip to content

Robot Framework library for working with RabbitMQ

License

Notifications You must be signed in to change notification settings

peterservice-rnd/robotframework-rabbitmq

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

25 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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