Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Complete
-
4.3.4
Description
This is a regression with the INT-4120.
The current code is like:
protected void doStart() { super.doStart(); if (this.source instanceof Lifecycle) { ((Lifecycle) this.source).start(); } }
where the super has may scheduled the polling task already before MessageSource.start() is reached.
Attachments
Issue Links
- relates to
-
INT-4120 Poller AdviceChain Applied Each Time Component is Started
-
- Closed
-