https://github.com/thheller/tagged-exchange
RabbitMQ tagged exchange
https://github.com/thheller/tagged-exchange
Last synced: about 1 year ago
JSON representation
RabbitMQ tagged exchange
- Host: GitHub
- URL: https://github.com/thheller/tagged-exchange
- Owner: thheller
- Created: 2013-04-29T22:10:11.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-04-29T22:12:55.000Z (about 13 years ago)
- Last Synced: 2025-02-10T11:13:55.779Z (over 1 year ago)
- Language: Erlang
- Size: 176 KB
- Stars: 1
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# RabbitMQ Tagged Exchange Type
Routes messages based on tags. Random 1 hour hack without knowing anything about RabbitMQ. So better be careful, its probably buggy.
### Installation
git clone git://github.com/thheller/tagged-exchange.git
cd tagged-exchange
make package
cp dist/*.ez $RABBITMQ_HOME/plugins
### Usage
To use it, declare an exchange of type "tagged".
Apache 2.0 Licensed:
http://www.apache.org/licenses/LICENSE-2.0.html
### Special Thanks
I basically cloned https://github.com/jbrisbin/random-exchange and just renamed the relevant bits, so thanks @jbrisbin for rebar-ing everything.