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

Added support for topic based exchanges and multiple consumers #3

Open
wants to merge 2 commits into
base: master
Choose a base branch
from
Open

Commits on Jun 6, 2011

  1. Added exchange_type argument to read/send_message functions, so

    topic exchanges can be used.
    
    Due to the way amqp.py declares the exchange in multiple locations,
    exchange_type needs to be passed around in quite a few places.
    
    Changed consumer tag and queue name so they are based on the
    exchange name and routing key. The previous method of just using
    the exchange name meant there could only be one consumer per exchange.
    mikery committed Jun 6, 2011
    Configuration menu
    Copy the full SHA
    f010364 View commit details
    Browse the repository at this point in the history
  2. Added examples directory, with a demonstration showing how to use

    a topic exchange.
    
    Added RabbitMQ spec file to .gitignore.
    mikery committed Jun 6, 2011
    Configuration menu
    Copy the full SHA
    9aad53c View commit details
    Browse the repository at this point in the history