684e3f0e41
The call monitoring feature was introduced in commit
b34ab8b1cc
for RabbitMQ. This patch
enables the feature on the AMQP 1.0 driver - currently the only other
driver that supports RPC.
Change-Id: Ic787696852690b59779fb4716aec1e78c48bbe6a
12 lines
463 B
YAML
12 lines
463 B
YAML
---
|
|
prelude: >
|
|
RPCClient now supports RPC call monitoring for detecting the loss
|
|
of a server during an RPC call.
|
|
features:
|
|
- |
|
|
RPC call monitoring is a new RPCClient feature. Call monitoring
|
|
causes the RPC server to periodically send keepalive messages back
|
|
to the RPCClient while the RPC call is being processed. This can
|
|
be used for early detection of a server failure without having to
|
|
wait for the full call timeout to expire.
|