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
Would it be possible to expose amqp_channel and amqp_deliveryTag headers to ErrorMessage in case message conversion fails?
This could be useful in scenarios when inbound adapter is configured with acknowledge mode = MANUAL.
At the moment these headers are only attached on Message, but since the conversion fails we don't have the Message object. And now it's impossible to reject the message anymore, since there is no way to track down the channel.
A workarround solution is to do message conversion in a transformer.
The text was updated successfully, but these errors were encountered:
Enhancement
Would it be possible to expose amqp_channel and amqp_deliveryTag headers to ErrorMessage in case message conversion fails?
This could be useful in scenarios when inbound adapter is configured with acknowledge mode = MANUAL.
At the moment these headers are only attached on Message, but since the conversion fails we don't have the Message object. And now it's impossible to reject the message anymore, since there is no way to track down the channel.
A workarround solution is to do message conversion in a transformer.
The text was updated successfully, but these errors were encountered: