Re: Closing Down for Apache Camel 2.17.0 Release

2016-02-24 Thread Grzegorz Grzybek
Hi CamelBlueprintTestSupport now provides new setConfigAdminInitialConfiguration(Properties) method that acts just like loadConfigAdminConfigurationFile(), but doesn't force user to provide property files. Properties may be specified in test class itself. I'll describe this in wiki. regards Grzeg

[GitHub] camel pull request: How Do I Configure Endpoints Asciidoc

2016-02-24 Thread astefanutti
GitHub user astefanutti opened a pull request: https://github.com/apache/camel/pull/866 How Do I Configure Endpoints Asciidoc You can merge this pull request into a Git repository by running: $ git pull https://github.com/astefanutti/camel doc Alternatively you can review and

[GitHub] camel pull request: CAMEL-9635 - read configuration for using cont...

2016-02-24 Thread asfgit
Github user asfgit closed the pull request at: https://github.com/apache/camel/pull/857 --- 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 enabl

[GitHub] camel pull request: Enhanced data type for arrays

2016-02-24 Thread simi-hgdata
GitHub user simi-hgdata opened a pull request: https://github.com/apache/camel/pull/865 Enhanced data type for arrays Added support for defining data type for arrays. Enhanced the Allow Multiple feature where we can specify the collection format. You can merge this pull request

[GitHub] camel pull request: CAMEL-8163 - socketFactory must also be set in...

2016-02-24 Thread lburgazzoli
Github user lburgazzoli closed the pull request at: https://github.com/apache/camel/pull/863 --- 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

[GitHub] camel pull request: CAMEL-9432 - Bindy CSV separator not treated a...

2016-02-24 Thread lburgazzoli
GitHub user lburgazzoli opened a pull request: https://github.com/apache/camel/pull/864 CAMEL-9432 - Bindy CSV separator not treated as regex but fixed character in all cases You can merge this pull request into a Git repository by running: $ git pull https://github.com/lburg

Camel Route hangs while processing splitted records parallelly

2016-02-24 Thread kuntalc-techid
Hi, I am new to Camel and in Spring as well. I am facing a problem. We have a big CSV file with around 50,000 record. In the database, we have two tables IN_MSG and its child table IN_SPLIT_REC (One-to-many relationship) Our task is to read the file (from a local directory), insert a record in IN_M

[GitHub] camel pull request: CAMEL-8163 - socketFactory must also be set in...

2016-02-24 Thread lburgazzoli
GitHub user lburgazzoli opened a pull request: https://github.com/apache/camel/pull/863 CAMEL-8163 - socketFactory must also be set in MailConfiguration when STARTTLS is used You can merge this pull request into a Git repository by running: $ git pull https://github.com/lburg

Re: How to configure delay on a activemq publisher so that subscriber does not receive the message as soon as the publisher got the message?

2016-02-24 Thread Claus Ibsen
Ask on the user mailing list / user forum. Also its likely more of an JMS / ActiveMQ question so ask there instead. On Wed, Feb 24, 2016 at 12:46 PM, praneethvenishetty wrote: > Hi Team, > > I have a scenario where some 3rd party puts a message on a topic and i as a > subscriber have to read the

How to configure delay on a activemq publisher so that subscriber does not receive the message as soon as the publisher got the message?

2016-02-24 Thread praneethvenishetty
Hi Team, I have a scenario where some 3rd party puts a message on a topic and i as a subscriber have to read the message with some delay. How do i achieve this? Thanks in Advance -- View this message in context: http://camel.465427.n5.nabble.com/How-to-configure-delay-on-a-activemq-publisher

[GitHub] camel pull request: CAMEL-9640 - Query string gets decoded when br...

2016-02-24 Thread tadayosi
GitHub user tadayosi opened a pull request: https://github.com/apache/camel/pull/862 CAMEL-9640 - Query string gets decoded when bridging from netty*-http to netty*-http Please review and merge this PR. Thanks! You can merge this pull request into a Git repository by running:

Re: Closing Down for Apache Camel 2.17.0 Release

2016-02-24 Thread davidvicky
amel now supports a pluggable shutdown strategy using org.apache.camel.spi.ShutdownStrategy. Its responsible for shutting down routes in a graceful manner. The other resources will still be handled by CamelContext to shutdown. This leaves the problem at hand with properly shutting down all the rout

Re: Closing Down for Apache Camel 2.17.0 Release

2016-02-24 Thread Andrea Cosentino
Hi Claus, Camel-nats is already finished. I just need to add docs in confluence. In the future we have to switch from java_nats (deprecated) to jnats. For the moment the component is ok and ready to be released. -- Andrea Cosentino -- Apache Camel PMC Member Ap

Re: Closing Down for Apache Camel 2.17.0 Release

2016-02-24 Thread Claus Ibsen
Hi We start to look better now. The CI server last build passed all tests https://builds.apache.org/job/Camel.trunk.fulltest.java8/ There is a camel-nats and camel-hysterix component in the works, but we should likely push them for next release unless they are ready really soon. I would love to