Skip to content

Commit ad74a54

Browse files
Merge pull request #12388 from rabbitmq/mergify/bp/v3.13.x/pr-12387
rabbitmqadmin v1: add default-queue-type to vhost declaration (backport #12386) (backport #12387)
2 parents 5ab9060 + 3121552 commit ad74a54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

deps/rabbitmq_management/bin/rabbitmqadmin

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ DECLARABLE = {
134134
'optional': {'destination_type': 'queue',
135135
'routing_key': '', 'arguments': {}}},
136136
'vhost': {'mandatory': ['name'],
137-
'optional': {'tracing': None}},
137+
'optional': {'tracing': None, 'default_queue_type': None}},
138138
'user': {'mandatory': ['name', ['password', 'password_hash'], 'tags'],
139139
'optional': {'hashing_algorithm': None}},
140140
'permission': {'mandatory': ['vhost', 'user', 'configure', 'write', 'read'],

0 commit comments

Comments
 (0)