Commit graph

5 commits

Author SHA1 Message Date
Mike Bonnet
a71ae2711b Add timeout and heartbeat options to the messagebus plugin.
The plugin will block for timeout seconds at most when trying to send a message to the broker.  After that amount of time, the send will fail and an error will be logged.
The plugin will check that the broker is reachable every heartbeat seconds.  If it is not reachable, the connection will be aborted and a new connection will be attempted the next time a message is sent.
2013-06-12 10:11:03 -04:00
Mike Bonnet
82463bd071 gssapi support in the messagebus plugin 2012-03-08 12:52:16 -05:00
Mike Bonnet
bca4ad5e76 rename the "queues" configuration section to "topic", to indicate it is only relevant for topic exchanges 2010-01-04 18:30:58 -05:00
Mike Bonnet
1f290e278c declare our own exchange, rather than using the builtin amq.topic exchange 2010-01-04 16:32:57 -05:00
Mike Bonnet
53296425c1 messagebus.py: a hub plugin to send notifications of events to an amqp broker 2009-12-22 13:44:12 -05:00