Closed
Description
In what version(s) of Spring Integration are you seeing this issue?
2.0.4.RELEASE -> LATEST (currently 6.5.0-RC1)
Describe the bug
The ChannelPublishingJmsMessageListener fails to proxy the setErrorMessageStrategy/getErrorMessageStrategy methods on its internal GatewayDelegate. This makes setting the error message strategy for message driven JMS channel adapters and gateways impossible.
To Reproduce
- Call the 'setErrorMessageStrategy' method on ChannelPublishingJmsMessageListener.
- Notice the code compilation error.
Expected behavior
The ChannelPublishingJmsMessageListener should proxy the setErrorMessageStrategy/getErrorMessageStrategy methods on its internal GatewayDelegate.
Sample
n/a