ruby-amqp / hutch

A system for processing messages from RabbitMQ.
https://gocardless.com/blog/hutch-inter-service-communication-with-rabbitmq/
MIT License
857 stars 137 forks source link

Add namespace to documentation + Enforce `MultiJson` usage #356

Closed BuonOmo closed 4 years ago

BuonOmo commented 4 years ago

Hi,

I've made a PR for two distinct reasons (hence the two commits!)

Add namespace to the readme 08c8eaf It seems like a pretty valid config, let's expose it!

enforce MultiJson usage 6cfb105 This allows users to always have their chosen implementation used. And gives a more consistent behavior.

Thanks for the great tool 🚀

michaelklishin commented 4 years ago

Thank you!