Skip to content
New issue

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

By clicking “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? Sign in to your account

more documentation on queue_name #3

Merged
merged 1 commit into from Jan 1, 2016
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
5 changes: 5 additions & 0 deletions lib/Message/Passing/AMQP/Role/DeclaresQueue.pm
Expand Up @@ -80,6 +80,11 @@ Message::Passing::AMQP::Role::DeclaresQueue - Role for instances which have an A

Defines the queue name, defaults to the name returned by the server.

The server may place restrictions on queue names it generates that
make them unsuitable in scenarios involving server restarts.

Recommend explicitly defining the queue name in those cases.

=head2 queue_durable

Defines if the queue is durable, defaults to true.
Expand Down