TL;DR
Hutch 0.11.0 is released to rubygems.org.
This release introduces a minor feature.
0.11.0 — Nov 14th, 2014
Publisher Confirms Support
:force_publisher_confirms
is a new configuration option that forces Hutch.publish
to wait
for a confirm for every message published. Note that this will cause a significant drop in throughput:
1
|
|
Hutch::Broker#confirm_select
and Hutch::Broker#wait_for_confirms
are new public API methods
that delegate to their respective Bunny::Channel
counterparts. Hutch::Broker#confirm_select
can be used to handle confirms with a callback instead of waiting:
1 2 3 |
|
Full Changelog
Full change log can be found on GitHub.
About the Author
Michael on behalf of the Hutch maintainers Team.