Fix links in 4.2.0 release notes

This commit is contained in:
David Ansari 2025-04-23 14:10:40 +02:00
parent 77e73deede
commit 229edb1827
1 changed files with 3 additions and 3 deletions

View File

@ -10,11 +10,11 @@ RabbitMQ 4.2.0 is a new feature release.
Incoming and outgoing messages can now be intercepted on the broker. Incoming and outgoing messages can now be intercepted on the broker.
This works for AMQP 1.0, AMQP 0.9.1, and MQTT. This works for AMQP 1.0, AMQP 0.9.1, and MQTT.
What the interceptor does is entirely up to its implementation - it can validate message metadata, add annotations, or perform arbitrary side effects. What the interceptor does is entirely up to its implementation, for example it can validate message metadata, add annotations, or perform arbitrary side effects.
Custom interceptors can be developed and integrated via [plugins](./plugins). Custom interceptors can be developed and integrated via [plugins](https://www.rabbitmq.com/docs/next/plugins).
Two new optional built-in interceptors were added to RabbitMQ: Two new optional built-in interceptors were added to RabbitMQ:
1. Timestamps for outgoing messages 1. Timestamps for outgoing messages
2. Setting client ID of publishing MQTT client 2. Setting client ID of publishing MQTT client
Detailed information can be found in the [Message Interceptor](https://www.rabbitmq.com/docs/next/message-inteceptor) documentation. Detailed information can be found in the [Message Interceptor](https://www.rabbitmq.com/docs/next/message-interceptors) documentation.