Skip to main content

A Robot Framework RabbitMq Library

Project description

# RobotFramework RabbitMQ

[![Build Status](https://travis-ci.org/peterservice-rnd/robotframework-rabbitmq.svg?branch=master)](https://travis-ci.org/peterservice-rnd/robotframework-rabbitmq)

Short Description
---

[Robot Framework](http://www.robotframework.org) library for working with RabbitMQ.

Installation
---

```
pip install robotframework-rabbitmq
```

## Documentation

See keyword documentation for RabbitMQ library [here](https://rawgit.com/peterservice-rnd/robotframework-rabbitmq/master/docs/RabbitMq.html).

Example
---
```robot
*** Settings ***
Library RabbitMq
Library Collections

*** Test Cases ***
Simple
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-2.0.0.tar.gz (11.3 kB view hashes)

Uploaded Source

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