Details
-
Type:
Bug
-
Status: Done
-
Priority:
Minor
-
Resolution: Complete
-
Affects Version/s: 1.1 GA, 1.0.4
-
Component/s: Stream Module
-
Labels:None
-
Epic Link:
-
Story Points:1
-
Rank (Obsolete):9223372036854775807
-
Pull Request URL:
-
Sprint:Sprint 45
Description
Since the message-driven adapter uses a DMLC, the default behavior is to lose messages on exceptions (with the DMLC, the message is ack'd before the listener is invoked).
In order to provide recovery of such situations, the source needs to expose acknowledge so it can be set to transacted.
Or, perhaps, given that we don't expose complex configuration, the source should use a SimpleMessageListenerContainer instead (where the ack is sent after the listener is successfully invoked).
Attachments
Issue Links
- relates to
-
INT-3677 JMS: Support Properties/SpEL in container-class
-
- Closed
-