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
[Messenger][AMQP] Add routing key to data passed to serializer decode.
It's often useful to have the routing key available when decoding
messages from AMQP. For example, sometimes the routing key contains meta
information required for the processing of the message.
This introduces an `extra` element which currently only contains the
routing key, but there is scope to add other meta information from
\AMQPEnvelope such as the exchange name for example.
Fixes#43039
0 commit comments