Hi,
I understand throttling is applied for per route basis.
My route contains an array of jms queues, and hence it is throttling per
queue basis. But I want throttle for the entire array and not for each
queue.
Is there a way to do so??
Example
from({"sjms:queue:QueueA","sjms:queue:QueueB","sjm
The Apache Jenkins build system has built Camel.trunk.notest (build #2785)
Status: Fixed
Check console output at https://builds.apache.org/job/Camel.trunk.notest/2785/
to view the results.
GitHub user PascalSchumacher opened a pull request:
https://github.com/apache/camel/pull/1045
fix misleading debug log message concerning the number of polled messâ¦
â¦ages
The number rows polled from the database is limited by
`JdbcTemplate#setMaxRows`. There is no way t
GitHub user PascalSchumacher opened a pull request:
https://github.com/apache/camel/pull/1044
improve grammar of "Limiting maximum messages to poll..." debug log mâ¦
â¦essages
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/Pasc
GitHub user anoordover opened a pull request:
https://github.com/apache/camel/pull/1043
CAMEL-10024: sync on close and deprecation
Synchronizing on close method in handler
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/anoordover
Github user asfgit closed the pull request at:
https://github.com/apache/camel/pull/1042
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enab
GitHub user nicolaferraro opened a pull request:
https://github.com/apache/camel/pull/1042
CAMEL-10052: Improvement to spring-boot integration tests
I improved the integration tests to prevent false positives by providing
the right configuration to the modules.
Changes