Can throttling be applied for all possible routes?

2016-06-17 Thread sabyasachi087
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

Camel.trunk.notest - Build # 2785 - Fixed

2016-06-17 Thread Apache Jenkins Server
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] camel pull request #1045: fix misleading debug log message concerning the nu...

2016-06-17 Thread PascalSchumacher
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] camel pull request #1044: improve grammar of "Limiting maximum messages to p...

2016-06-17 Thread PascalSchumacher
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] camel pull request #1043: CAMEL-10024: sync on close and deprecation

2016-06-17 Thread anoordover
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] camel pull request #1042: CAMEL-10052: Improvement to spring-boot integratio...

2016-06-17 Thread asfgit
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] camel pull request #1042: CAMEL-10052: Improvement to spring-boot integratio...

2016-06-17 Thread nicolaferraro
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