filterfish / smith2

A complete rewrite of Smith
12 stars 7 forks source link

hacky fanout implementation #46

Closed DylanGriffith closed 8 years ago

DylanGriffith commented 9 years ago

Just looking for feedback on how best to implement this. This changes the sender and receiver methods.

The change to sender method is that it now has a :fanout option. This has 2 effects when set to true:

  1. The exchange is declared as fanout
  2. no queue is bound to the exchange

The change to receiver is that it supports 2 new options. :fanout and :queue_append. When:

filterfish commented 8 years ago

Merged.