Skip to content

Commit 5721e8a

Browse files
johanrhodinmichaelklishin
authored andcommitted
Username needed for rabbit_exchange:delete
(cherry picked from commit a10c2cd)
1 parent d74ff14 commit 5721e8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbitmq_event_exchange/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ If you want to remove the exchange which this plugin creates, first
144144
disable the plugin and restart the broker. Then you can delete the exchange,
145145
e.g. with :
146146

147-
rabbitmqctl eval 'rabbit_exchange:delete(rabbit_misc:r(<<"/">>, exchange, <<"amq.rabbitmq.event">>), false).'
147+
rabbitmqctl eval 'rabbit_exchange:delete(rabbit_misc:r(<<"/">>, exchange, <<"amq.rabbitmq.event">>), false, <<"username">>).'
148148

149149

150150
## Building from Source

0 commit comments

Comments
 (0)