Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
None
-
None
Description
Currently, messages delivered to internal components in the router via the core/subscribe mechanism have no control over the disposition of received deliveries. The deliveries are automatically accepted and settled before they are dispatched to the out-of-core handlers, or after an in-core handler completes.
This improvement allows handlers to provide the disposition and an error so that messages can be rejected.