Discussion:
[rabbitmq-discuss] RabbitMQ API - aliveness-test
Arun Rao
2014-01-20 22:08:30 UTC
Permalink
Hello -

What are the possible status values for aliveness-test?

aliveness-test for a vhost checks for the vhost health on the node or at a
cluster level?

Thanks!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20140120/c00de3b3/attachment.html>
Michael Klishin
2014-01-21 06:15:44 UTC
Permalink
Post by Arun Rao
What are the possible status values for aliveness-test?
200 and "everything else".
Post by Arun Rao
aliveness-test for a vhost checks for the vhost health on the node or at a cluster level?
Aliveness test creates a new connection to the node you contact, declares a queue (which is not mirrored),
publishes a message so that it is routed there, then consumes the message using basic.get.
Other cluster nodes are not involved.

MK

Software Engineer, Pivotal/RabbitMQ
Jason McIntosh
2014-01-21 15:37:24 UTC
Permalink
One question on that MK - if I understand the policy declarations right, if
there's an HA policy that matches all queues, that means that the
TestAliveness queue would automatically get mirrored wouldn't it and so
would also be testing the other nodes? Also, is the message durable and
published with publisher confirms?

Thanks,
Jason
Post by Michael Klishin
Post by Arun Rao
What are the possible status values for aliveness-test?
200 and "everything else".
Post by Arun Rao
aliveness-test for a vhost checks for the vhost health on the node or at
a cluster level?
Aliveness test creates a new connection to the node you contact, declares
a queue (which is not mirrored),
publishes a message so that it is routed there, then consumes the message using basic.get.
Other cluster nodes are not involved.
MK
Software Engineer, Pivotal/RabbitMQ
_______________________________________________
rabbitmq-discuss mailing list
rabbitmq-discuss at lists.rabbitmq.com
https://lists.rabbitmq.com/cgi-bin/mailman/listinfo/rabbitmq-discuss
--
Jason McIntosh
https://github.com/jasonmcintosh/
573-424-7612
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20140121/82df6358/attachment.html>
Loading...