]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw/amqp: fix the "routable" delivery mode 35433/head
authorYuval Lifshitz <yuvalif@yahoo.com>
Thu, 2 Apr 2020 13:32:06 +0000 (16:32 +0300)
committerNathan Cutler <ncutler@suse.com>
Sat, 6 Jun 2020 08:19:06 +0000 (10:19 +0200)
commit0fd15008a8821065f4e2887e58c28bcd51969fb9
tree6955738e05b8785dd8c756e2efb0569d696dcdcc
parent1e0ec3533539118eafdcd26ff86b0254fead92d6
rgw/amqp: fix the "routable" delivery mode

this option was not exposed to the configuration API
however, it was still set, as hardcoded value in the code
(details:
https://www.rabbitmq.com/confirms.html#publisher-confirms)

Fixes: https://tracker.ceph.com/issues/44915
Signed-off-by: Yuval Lifshitz <yuvalif@yahoo.com>
(cherry picked from commit 73db460e52717ede87e9c0041d097853fde27721)
doc/radosgw/notifications.rst
doc/radosgw/pubsub-module.rst
src/rgw/rgw_amqp.cc
src/rgw/rgw_amqp.h
src/rgw/rgw_pubsub_push.cc
src/test/rgw/rgw_multi/tests_ps.py
src/test/rgw/test_rgw_amqp.cc