You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Adds a “default queue” specification to the RabbitMQ AMQP management client so callers can declare queues without explicitly setting x-queue-type, letting the server/vhost configuration decide the queue type.
Changes:
- Introduces DefaultQueueSpecification implementing IQueueSpecification without specifying a queue type argument.
- Updates topology recovery to map unknown/unspecified queue types to DefaultQueueSpecification.
- Adds an integration test for declaring a queue using DefaultQueueSpecification.
Fixes#83
---------
Signed-off-by: Gabriele Santomaggio <G.santomaggio@gmail.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
// valid only for classic queues or default when queue type is not specified, for quorum queues these fields are ignored and not set in the recovery record
0 commit comments