Details
-
Bug
-
Status: Resolved
-
Major
-
Resolution: Fixed
-
1.4
-
None
-
apollo-99-trunk-20120826.223050-99
Description
When Apollo receives an already expired message for a topic that has subscribers, its behavior depends on the topic configuration:
- with slow_consumer_policy="queue", the message is not delivered
- with slow_consumer_policy="block", the message is delivered
I would have expected the message to be dropped regardless of the topic configuration.