Skip to main content

A Robot Framework RabbitMq Library

Project description

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

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

robotframework-rabbitmq-3.0.0.tar.gz (12.3 kB view hashes)

Uploaded Source

Built Distribution

robotframework_rabbitmq-3.0.0-py2.py3-none-any.whl (15.9 kB view hashes)

Uploaded Python 2 Python 3

Supported by

AWS AWS Cloud computing and Security Sponsor Datadog Datadog Monitoring Fastly Fastly CDN Google Google Download Analytics Microsoft Microsoft PSF Sponsor Pingdom Pingdom Monitoring Sentry Sentry Error logging StatusPage StatusPage Status page