Details
-
Improvement
-
Status: Resolved
-
Minor
-
Resolution: Fixed
-
None
-
None
-
Unknown
Description
See
http://stackoverflow.com/questions/16775863/how-to-quickly-stop-seda-in-camel
If you are stopping a seda route you may want to just discard the messages in the queue, eg purge the queue.
Then the shutdown is faster, as its only the current in-flight messages.
Attachments
Issue Links
- relates to
-
CAMEL-5911 seda/vm - Add option to discard message if no active consumers
- Resolved