oslo.messaging/oslo_messaging/rpc
Kenneth Giusti 26b0be585a Issue blocking ACK for RPC requests from the consumer thread
The patch for https://review.openstack.org/#/c/436958/ fixed a
threading problem by moving the ack back to the polling
thread. However the RPC server expects to catch any failures of the
ACK and abort the request.  This patch adds the ACK error handling
back to the polling thread.

This patch is based heavily off the original work done by Mehdi
Abaakouk (sileht).

Change-Id: I708c3d6676b974d8daac6817c15f596cdf35817b
Closes-Bug: #1695746
2018-07-11 08:59:35 -04:00
..
__init__.py Add get_rpc_transport call 2017-05-12 12:30:41 -04:00
client.py [rabbitmq] Implement active call monitoring 2018-05-09 10:08:37 -07:00
dispatcher.py [rabbitmq] Implement active call monitoring 2018-05-09 10:08:37 -07:00
server.py Issue blocking ACK for RPC requests from the consumer thread 2018-07-11 08:59:35 -04:00
transport.py Warn when wrong transport instance is used 2017-09-11 07:07:30 -07:00