]> git-server-git.apps.pok.os.sepia.ceph.com Git - ceph.git/commit
rgw/amqp: fix the "routable" delivery mode 34376/head
authorYuval Lifshitz <yuvalif@yahoo.com>
Thu, 2 Apr 2020 13:32:06 +0000 (16:32 +0300)
committerYuval Lifshitz <yuvalif@yahoo.com>
Sun, 19 Apr 2020 07:25:56 +0000 (10:25 +0300)
commit73db460e52717ede87e9c0041d097853fde27721
treeaaf147599490c2c034291b3fd26b520d420bb568
parent2ebb6fa2367ea1c7d53a4a45a56b7afd4c5d91f6
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>
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