Currently redesigning my monitoring / measurement solution using AMQP

Working on my monitoring / measurement solution, changing the current message bus to use AMQP ( http://en.wikipedia.org/wiki/Advanced_Message_Queuing_Protocol)

I am currently taking advantage of the RabbitMQ (http://www.rabbitmq.com/) implementation to get a full Publish / Subscribe system, with very little effort.

Its currently collecting over 1500 metrics from a handful of my Solaris and Linux machines, Lets see how well i can get all this to scale.

Leave a Reply