txamqp-helpers icon indicating copy to clipboard operation
txamqp-helpers copied to clipboard

Added support for topic based exchanges and multiple consumers

Open mikery opened this issue 14 years ago • 1 comments

I needed to use topic-based exchanges, so I removed the hard-coded 'type="direct"' exchange declarations. It will default to "direct" if no exchange_type is specified.

I also added an examples dir with a file showing how to use a topic-based exchange with txamqp to help people get up and running quickly.

mikery avatar Jun 06 '11 16:06 mikery

Not just you should give type argument, all params behind exchange declare must be give

pfreixes avatar Sep 05 '12 11:09 pfreixes