Skip to content

videlalvaro/rabbitmq-global-fanout-exchange

master
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code

Latest commit

 

Git stats

Files

Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
 
 
src
 
 
 
 
 
 
 
 
 
 
 
 

RabbitMQ Global Fanout Exchange

Fanouts a message to every queue in the broker no matter the bindings, nor the vhost. Created upon request from @michaelklishin during a fun chat at #rabbitmq on Freenode.

Use with care! It was deveoped in under 30 minutes.

Exchange Type: x-global-fanout

Installation

git clone git://github.com/videlalvaro/rabbitmq-global-fanout-exchange.git
cd rabbitmq-global-fanout-exchange
make package
cp dist/*.ez $RABBITMQ_HOME/plugins

License

See LICENSE.md

About

RabbitMQ Global Fanout Exchage - Fanouts messages to all queues

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages