Details
-
Type:
Improvement
-
Status:
Closed
-
Priority:
Major
-
Resolution: Won't Fix or Usage Issue
-
Affects Version/s: 1.3.2
-
Fix Version/s: None
-
Component/s: Core: API
-
Labels:
-
User impact:Low
-
Similar Issues:
MULE-3More flexible configuration mechanismMULE-2236Consider more flexible root elementMULE-1394Refactor UMOEntryPoint for concurrency and more flexible implementationMULE-860XFireConnector depends on Java 5MULE-1242Non-materializing streaming receiver for TCP
MULE-4975 HttpMessageReceiver: Available receivers shouldn't be logged on warn levelMULE-2521Notification when polling transport's message receiver is 'finished'
MULE-4546 Provide more visibility into number of active threads for receivers/dispatchers/services via JMXMULE-424Only Transacted Jms receiver when using transactionsMULE-5084Impossible to use more than one # in a URI anymore
Description
Original thread: http://www.nabble.com/Scheduling-API-design-tf2731079.html
As first step implement a pluggable strategy for PollingMessageReceiver, as outlined in http://www.nabble.com/Scheduling-API-design-tf2731079.html.
Attachments
Issue Links
| Related | |||
|---|---|---|---|
|
|
|
||
Would be nice if the polling strategy could work hand in hand with ScheduledExecutor. It is possible to dynamically reschedule a Callable (I have code for that) so the initially fixed sleep time should not be a problem.