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
* AMQP 1.0 clients with close to peak consumption rates with a high `max_link_creadit` setting could run into an exception
45
-
because RabbitMQ could set the incoming window size to a negative value.
44
+
* AMQP 1.0 clients with close to peak consumption rates with a high `max_link_creadit` setting could run into an exception because RabbitMQ could set the incoming window size to a negative value.
* AMQP 0-9-1 channel exception generator could not handle entity names (say, queue or stream names)
50
49
that contained non-ASCII characters.
@@ -65,12 +64,12 @@ Release notes can be found on GitHub at [rabbitmq-server/release-notes](https://
65
64
66
65
#### Enhancements
67
66
68
-
* For virtual hosts that have a [default queue type](https://www.rabbitmq.com/docs/vhosts#default-queue-type) configured, the DQT value is now injected into
69
-
queue definitions in exported definition documents.
67
+
* For virtual hosts that have a [default queue type](https://www.rabbitmq.com/docs/vhosts#default-queue-type) configured,
68
+
the DQT value is now injected into queue definitions in exported definition documents.
0 commit comments