Skip to content

Update amqp_bunny.md #797

New issue

Have a question about this project? No Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “No Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? No Sign in to your account

Merged
merged 1 commit into from
Mar 11, 2019
Merged
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
4 changes: 2 additions & 2 deletions docs/transport/amqp_bunny.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ Build on top of [bunny lib](https://github.com/jakubkulhan/bunny).
* [Installation](#installation)
* [Create context](#create-context)
* [Declare topic](#declare-topic)
* [Declare queue](#decalre-queue)
* [Declare queue](#declare-queue)
* [Bind queue to topic](#bind-queue-to-topic)
* [Send message to topic](#send-message-to-topic)
* [Send message to queue](#send-message-to-queue)
Expand Down Expand Up @@ -267,4 +267,4 @@ $queue = $context->createQueue('aQueue');
$context->purgeQueue($queue);
```

[back to index](../index.md)
[back to index](../index.md)