TL;DR
Hutch 0.7.0 is released to rubygems.org.
This release introduces several minor new features.
Changes Between 0.6.0 and 0.7.0
Optional HTTP API Use
It is now possible to make Hutch not use RabbitMQ HTTP API (e.g. when the RabbitMQ management plugin that provides it is not available).
Extra Arguments for Hutch::Broker#publish
Extra options passed to Hutch::Broker#publish
will now be propagated.
Content-Type for Messages
Messages published with Hutch now have content type set
to application/json
.
Greater Heartbeat Interval
Hutch now uses heartbeat interval of 30, so heartbeats won’t interfere with transfers of large messages over high latency networks (e.g. between AWS availability regions).
Custom Queue Names
It is now possible to specify an optional queue name:
1 2 3 4 5 6 7 8 9 |
|
Global Properties for Publishers
Global properties can now be specified for publishing:
1 2 3 |
|
Full change log can be found on GitHub.
About the Author
Michael on behalf of the Hutch maintainers Team.