-
Story
-
Resolution: Won't Do
-
Normal
-
None
-
None
-
None
-
None
As a follow-up to ENTMQCL-1835, with the fix in place on that issue:
<dependency> <groupId>org.apache.qpid</groupId> <artifactId>qpid-jms-client</artifactId> <version>0.48.0.redhat-00001</version> </dependency>
Re-delivery is correctly handled in a Camel route if the consumer Cache level is set to CACHE_NONE. If CACHE_CONSUMER (default CACHE_AUTO without transactions) is used, then redelivery is immediate and continues forever in the attached reproducer.
- relates to
-
ENTMQCL-1835 [jms] client-ack consumers don't increment remote delivery count on closure after fresh recover
- Closed