Skip to content
This repository was archived by the owner on Apr 20, 2023. It is now read-only.
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
[![Build Status][travis-image]][travis-url]
[![Test Coverage][coveralls-image]][coveralls-url]

A simplified way to setup an AMQP connection/channel with [amqplib](https://www.npmjs.org/package/amqplib). It's a function that takes an AMQP url as the first parameter and an optional second parameter that defines which methods and arguments should be called on the `channel`. The function returns a `Promise` that will resolve with the a `channel` object once all the method invocations defined in the second parameter have been resolved. Please see [amqplib's documentation for the `channel` API](http://www.squaremobius.net/amqp.node/doc/channel_api.html).
A simplified way to setup an AMQP connection/channel with [amqplib](https://www.npmjs.org/package/amqplib). It's a function that takes an AMQP url as the first parameter and an optional second parameter that defines which methods and arguments should be called on the `channel`. The function returns a `Promise` that will resolve with the a `channel` object once all the method invocations defined in the second parameter have been resolved. Please see [amqplib's documentation for the `channel` API](https://www.squaremobius.net/amqp.node/channel_api.html).

# Installation Instructions

Expand Down