I can't reproduce this issue, the timeout code path of oslo.messaging have been fixed, Can you try with oslo.messaging 1.5 if this is still valid.
Also test code in the bug description is wrong, you need to ack message to make it works:
msg = listener.poll() msg.acknowledge()
I can't reproduce this issue, the timeout code path of oslo.messaging have been fixed, Can you try with oslo.messaging 1.5 if this is still valid.
Also test code in the bug description is wrong, you need to ack message to make it works:
msg = listener.poll() acknowledge( )
msg.