Skip to content

Multiple Bindings #36

@aanchalgera

Description

@aanchalgera

Using this bundle, How can I bind multiple routing keys to a queue?

http://www.rabbitmq.com/tutorials/tutorial-four-python.html - Multiple bindings

Something like this:-
for severity in severities:
channel.queue_bind(exchange='direct_logs',
queue=queue_name,
routing_key=severity)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions