Skip to content

Commit d398d75

Browse files
author
Alexandru Scvortov
committed
remove SHOULD and MUST from the exchange auto-delete rules
Since none of the other rules have those attributes, the rules copied from the 0-8 spec probably shouldn't have them either.
1 parent 60e870a commit d398d75

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/specs/amqp0-9-1.xml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1273,7 +1273,7 @@
12731273
If set, the exchange is deleted when all queues have
12741274
finished using it.
12751275
</doc>
1276-
<rule name = "amq_exchange_02" implement = "SHOULD">
1276+
<rule name = "amq_exchange_02">
12771277
<doc>
12781278
The server SHOULD allow for a reasonable delay between the
12791279
point when it determines that an exchange is not being
@@ -1283,7 +1283,7 @@
12831283
small but non-zero delay between these two actions.
12841284
</doc>
12851285
</rule>
1286-
<rule name = "amq_exchange_25" implement = "MUST">
1286+
<rule name = "amq_exchange_25">
12871287
<doc>
12881288
The server MUST ignore the auto-delete field if the
12891289
exchange already exists.

0 commit comments

Comments
 (0)