Open
Description
Ananthan opened INT-4412 and commented
We have requirement to exclude some of custom message headers from Spring Integration Message
to JMS Message. Currently Spring Integration DefaultJmsHeaderMapper
populates all primitive type headers to JMS Message.
We are looking the features to set the OutboundHeaderNames
, InboundHeaderNames
and ExcludedOutboundStandardRequestHeaderNames
, ExcludedInboundStandardResponseHeaderNames
similar to DefaultHttpHeaderMapper
.
Please review and provide your feddback.
Affects: 4.3.14