RootCauseunvalidated
the `AbstractPollingEndpoint` uses a `TaskScheduler` to schedule a `Runnable` for the specific period. Tension: This one starts a transaction and tries to pull a message from the mentioned `MessageStore`. Outcome: those polls might be scheduled in parallel.
8804897e-aa39-4871-93f4-9e01378a5d04
the AbstractPollingEndpoint uses a TaskScheduler to schedule a Runnable for the specific period. Tension: This one starts a transaction and tries to pull a message from the mentioned MessageStore. Outcome: those polls might be scheduled in parallel.