Commit c9de1ea
authored
Use RabbitMQ default queue type for listener queues (#1878)
Remove explicit durable=False and set auto_delete=False to make
listener queues compatible with RabbitMQ's configured default queue
type. Previously, the queues were always created as classic queues
because durable=False and auto_delete=True are not supported by
quorum queues.
With these changes, the osism-listener-* queues will use the vhost's
default queue type (e.g., quorum queues in RabbitMQ 4 with the
openstack vhost created by migrate rabbitmq3to4 prepare).
AI-assisted: Claude Code
Signed-off-by: Christian Berendt <[email protected]>1 parent 8ffab3a commit c9de1ea
1 file changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
350 | 350 | | |
351 | 351 | | |
352 | 352 | | |
353 | | - | |
| 353 | + | |
| 354 | + | |
354 | 355 | | |
355 | 356 | | |
356 | 357 | | |
357 | 358 | | |
358 | | - | |
359 | | - | |
| 359 | + | |
360 | 360 | | |
361 | 361 | | |
362 | 362 | | |
| |||
0 commit comments