An open API service indexing awesome lists of open source software.

https://github.com/imega/codeception-amqpc

This module interacts with message broker software that implements the AMQP standard. Uses the AMQP C library.
https://github.com/imega/codeception-amqpc

Last synced: 8 months ago
JSON representation

This module interacts with message broker software that implements the AMQP standard. Uses the AMQP C library.

Awesome Lists containing this project

README

          

# AMQP C for Codeception

[![CircleCI](https://circleci.com/gh/imega/codeception-amqpc.svg?style=svg)](https://circleci.com/gh/imega/codeception-amqpc)

## Usage

Declare queue

```
$I = new FunctionalTester($scenario);
$I->wantTo('Declare queue');
$I->declareQueueService('event.task');
```