File tree Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Expand file tree Collapse file tree 1 file changed +7
-0
lines changed Original file line number Diff line number Diff line change @@ -117,6 +117,13 @@ RabbitMQ 3.13 `rabbitmq.conf` setting `rabbitmq_amqp1_0.default_vhost` is unsupp
117117Instead ` default_vhost ` will be used to determine the default vhost an AMQP 1.0 client connects to(i.e. when the AMQP 1.0 client
118118does not define the vhost in the ` hostname ` field of the ` open ` frame).
119119
120+ Starting with RabbitMQ 4.0, RabbitMQ strictly validates that
121+ [ delivery annotations] ( https://docs.oasis-open.org/amqp/core/v1.0/os/amqp-core-messaging-v1.0-os.html#type-delivery-annotations ) ,
122+ [ message annotations] ( https://docs.oasis-open.org/amqp/core/v1.0/os/amqp-core-messaging-v1.0-os.html#type-message-annotations ) , and
123+ [ footer] ( https://docs.oasis-open.org/amqp/core/v1.0/os/amqp-core-messaging-v1.0-os.html#type-footer ) contain only
124+ [ non-reserved annotation keys] ( https://docs.oasis-open.org/amqp/core/v1.0/os/amqp-core-messaging-v1.0-os.html#type-annotations ) .
125+ As a result, clients can only send symbolic keys that begin with ` x- ` .
126+
120127### MQTT
121128
122129RabbitMQ 3.13 [ rabbitmq.conf] ( https://www.rabbitmq.com/docs/configure#config-file ) settings ` mqtt.default_user ` , ` mqtt.default_password ` ,
You can’t perform that action at this time.
0 commit comments