RabbitMQ first reactions
As promised this is the first note about stuff we are working on our current project. Based on the nature of our system an asynchronous type of solution is needed. Having worked previously with some JMS solutions for example SonicMQ the words Messages and Queues was stuck on my mind right away when the project began. OK, then if you remember my previous post I mentioned this is a "start-up" like project so we have to keep it cheap and OSS is the way to go. As consequence my first impression was hey! HornetQ its SUPER fast! 8.2Million messages per second. Lets try that! So my colleague starts doing the first tests and after a while we begin realizing that its maybe too big of a rocket to shoot a fly and not so friendly to start with. Meanwhile I immerse myself in pages blogs and forums and the term Advanced Message Queuing Protocol (AMQP) pokes on my eyes together with RabbitMQ which looks like the cool new kid on the messaging industry. So...
Comments
Post a Comment