You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@camel.apache.org by gi...@apache.org on 2021/11/09 11:11:14 UTC

[camel] branch regen_bot updated (7933604 -> fb55460)

This is an automated email from the ASF dual-hosted git repository.

github-bot pushed a change to branch regen_bot
in repository https://gitbox.apache.org/repos/asf/camel.git.


    from 7933604  CAMEL-17121: fixed time+iteration bounded support for background tasks
     add be6fe39  CAMEL-17121: added support for timed tasks w/ unlimited duration
     add fb55460  CAMEL-17121: converted camel-rabbitmq to repeatable tasks

No new revisions were added by this update.

Summary of changes:
 .../camel/component/rabbitmq/RabbitConsumer.java   | 73 ++++++++++++++--------
 .../camel/component/rabbitmq/RabbitMQConsumer.java | 46 +++++++++-----
 .../camel/component/rabbitmq/RabbitMQEndpoint.java |  9 +++
 .../apache/camel/support/task/BackgroundTask.java  | 14 +++--
 .../apache/camel/support/task/budget/Budgets.java  |  6 ++
 .../budget/IterationTimeBoundedBudgetBuilder.java  |  6 ++
 .../support/task/budget/TimeBoundedBudget.java     |  2 +
 7 files changed, 112 insertions(+), 44 deletions(-)