We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 75b0d70 commit 7c39735Copy full SHA for 7c39735
1 file changed
rabbitmq/src/tests/admin_rmqtest.cpp
@@ -42,7 +42,7 @@ UTEST(AdminChannel, DeclareRemoveQueue) {
42
43
auto new_channel = client->GetAdminChannel(client.GetDeadline());
44
new_channel.RemoveQueue(queue, client.GetDeadline());
45
- declare_queue(new_channel, urabbitmq::Queue::Flags::kAutoDelete);
+ declare_queue(new_channel, urabbitmq::Queue::Flags::kDurable);
46
47
}
48
0 commit comments