An introduction to RabbitMQ
erlang-solutions.com
An introduction to RabbitMQ
1–10 of 263 posts
Re: An introduction to RabbitMQ
#2Re: An introduction to RabbitMQ
#3Some of that joy is surely just moving from older, creakier solutions. But it hasn't let us down, and everyone is eager to use it for new features or refactoring legacy code.
Re: An introduction to RabbitMQ
#4Re: An introduction to RabbitMQ
#5The only downside is once you get message-queue-pilled, you start seeing opportunities to refactor/redesign with message queues everywhere and it can be hard to resist the urge. It really is remarkable how, when used appropriately, message queues can dramatically simplify a system.
Re: An introduction to RabbitMQ
#6Only pitfall are the available libs. Especially with the .NET implementation we had quite a lot of trouble. Its not following current .NET patterns and has strange quirks. Does anyone know a good alternative to the "official" one?
Re: An introduction to RabbitMQ
#7Re: An introduction to RabbitMQ
#8RabbitMQ is great. One of the few pieces of software I've used that "just works". The only downside is once you get message-queue-pilled, you start seeing opportunities to refactor/redesign with message queues everywhere and it can be hard to resist the urge. It really is remarkable how, when used appropriately, message queues can dramatically simplify a system.
Re: An introduction to RabbitMQ
#9Given the recent "boom" of MQTT, anyone use RabbitMQ for MQTT clients? Any benefits of using it that way over using MQTT-only brokers?