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.
- Host: GitHub
- URL: https://github.com/imega/codeception-amqpc
- Owner: iMega
- Created: 2016-03-14T06:32:02.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2016-12-05T14:20:09.000Z (over 9 years ago)
- Last Synced: 2025-05-24T20:02:05.287Z (about 1 year ago)
- Language: PHP
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# AMQP C for Codeception
[](https://circleci.com/gh/imega/codeception-amqpc)
## Usage
Declare queue
```
$I = new FunctionalTester($scenario);
$I->wantTo('Declare queue');
$I->declareQueueService('event.task');
```