jbrisbin / random-exchange

RabbitMQ exchange type for randomly selecting which queue to route to for load balancing.
41 stars 18 forks source link

Update to add rabbit_exchange_type:policy_changed/3 #7

Closed simonmacmullen closed 12 years ago

simonmacmullen commented 12 years ago

Hi. 2.9.0 will add another function to the exchange type API. In most cases this can be a no-op, so this is pretty trivial. When compiling against 2.8.x it's just an exported-but-unused function, so this can be applied immediately.