A ChannelInterceptor may need to be invoked in all cases, even failure, after the message is sent for example to clear thread local context.
The specific use case is for Spring Security to be able to set up the SecurityContextHolder in preSend and then clear it regardless of whether the send succeeded or failed.
Rob Winch opened SPR-11967 and commented
A ChannelInterceptor may need to be invoked in all cases, even failure, after the message is sent for example to clear thread local context.
The specific use case is for Spring Security to be able to set up the SecurityContextHolder in preSend and then clear it regardless of whether the send succeeded or failed.
Affects: 4.0.5
This issue is a sub-task of #16582
Issue Links:
The text was updated successfully, but these errors were encountered: