Re: Not acquiring message from SQS in timely manner

2017-02-02 Thread ben_979
Following up with a solution - long polling. We had tried long polling with no improvement, but eventually got it to work. We must have had something wrong with our tests. Sure enough, something like: receiveMessageWaitTimeSeconds=10 works for what we were after. -- View this message in cont

Re: Property with key XXX not found in properties from text (blueprint, sslContextParameters)

2017-02-02 Thread Alex Soto
I found this which looks very similar to my problem: https://access.redhat.com/solutions/1428583 Anybody knows about this? Best regards, Alex soto > On Jan 11, 2017, at 2:55 PM, Alex Soto wrote: > > I think it is related to the camel:sslContext

Re: How to shutdown Camel context when threshold exceeded?

2017-02-02 Thread raffi
But is the error sufficient to force Camel to shutdown? I assume it is given the resource, in this case, is no different than memory; if there's none left, the process cannot continue. -- View this message in context: http://camel.465427.n5.nabble.com/How-to-shutdown-Camel-context-when-threshol

Re: quartz2 endpoint timezone issue

2017-02-02 Thread catequil
Anyone have any ideas on this? -- View this message in context: http://camel.465427.n5.nabble.com/quartz2-endpoint-timezone-issue-tp579p5793386.html Sent from the Camel - Users mailing list archive at Nabble.com.

camel-spring-batch

2017-02-02 Thread partha006
I need to implement spring-batch using Apache camel. But the material you have provided was not understandable to me, since i didn't understand what needs to given in the camelReader to read the file and what needs to given in camelWriter to write to Database. kindly help me to understand the detai

Re: How to shutdown Camel context when threshold exceeded?

2017-02-02 Thread souciance
Somewhere some stream or handle is probably not being closed. On Thu, Feb 2, 2017 at 6:30 PM, raffi [via Camel] < ml-node+s465427n5793376...@n5.nabble.com> wrote: > I believe you are right, just found likely problem: camel-salesforce > connector, too many open file handles, a bit odd the exceptio

Re: How to shutdown Camel context when threshold exceeded?

2017-02-02 Thread raffi
I believe you are right, just found likely problem: camel-salesforce connector, too many open file handles, a bit odd the exception is a WARNing, not a ERROR. On RHEL 7.2/Java 1.8/Camel 2.15.1 -- ulimit -n 1024 (just before process shuts down) lsof -i TCP -p | grep TCP | wc -l

Re: How to shutdown Camel context when threshold exceeded?

2017-02-02 Thread Claus Ibsen
No it has not. Maybe the JVM is running out of memory or something. On Thu, Feb 2, 2017 at 5:01 PM, raffi wrote: > Claus, > > I'm asking because something is shutting down our route process in > production, and we cannot determine what's doing it. We observe this > happening under high load sit

Re: How to shutdown Camel context when threshold exceeded?

2017-02-02 Thread raffi
Claus, I'm asking because something is shutting down our route process in production, and we cannot determine what's doing it. We observe this happening under high load situations. Do any Camel endpoints have a default setting that automatically stops the context? I would think not but I figured I

Re: NullPointer. org.apache.camel.component.jms.DefaultJmsMessageListenerContainer

2017-02-02 Thread raffi
Please post spring bean config -- View this message in context: http://camel.465427.n5.nabble.com/NullPointer-org-apache-camel-component-jms-DefaultJmsMessageListenerContainer-tp5788071p5793367.html Sent from the Camel - Users mailing list archive at Nabble.com.

ERROR_DISPATCH loop detected for CXFRS+Jetty+SpringBoot

2017-02-02 Thread Romych
I am try to intergate SpringBoot (live on Jetty servlet) with Camel with CXF REST service. REST service will live together with spring boot servlet on same IP address and port. It's works in happy case, but when exception occurs in a route, we can see wery long log. Cxf handlers can not handle faul

Re: How to shutdown Camel context when threshold exceeded?

2017-02-02 Thread Claus Ibsen
To stop the entire Camel context? You can use controlbus there is an example at http://camel.apache.org/controlbus On Thu, Feb 2, 2017 at 3:59 PM, raffi wrote: > Is there any endpoint in Camel, either seda, direct, activemq, jpa, or > splitter, that automatically shuts down the context if a sett

How to shutdown Camel context when threshold exceeded?

2017-02-02 Thread raffi
Is there any endpoint in Camel, either seda, direct, activemq, jpa, or splitter, that automatically shuts down the context if a setting on the endpoint is exceeded? -- View this message in context: http://camel.465427.n5.nabble.com/How-to-shutdown-Camel-context-when-threshold-exceeded-tp57

Re: remap 'http' to use the camel http4 component by default

2017-02-02 Thread Tomohisa Igarashi
IIRC just adding a does the trick, at least worth a try. Don't forget to remove camel-http from your POM. Thanks, Tomo On 02/02/2017 09:02 PM, jack patwork wrote: Hi, Is it possible to remap the 'http4' component to use the 'http' component id. I'm asking because I have distributed applicati

Re: remap 'http' to use the camel http4 component by default

2017-02-02 Thread Vitalii Tymchyshyn
Hi. Just create a bean in registry with name http and proper component type. E.g. if you are using spring, define a spring bean. On Thu, Feb 2, 2017, 7:02 AM jack patwork wrote: > Hi, > > Is it possible to remap the 'http4' component to use the 'http' component > id. I'm asking because I have d

remap 'http' to use the camel http4 component by default

2017-02-02 Thread jack patwork
Hi, Is it possible to remap the 'http4' component to use the 'http' component id. I'm asking because I have distributed application where a bunch of http urls are being passed in as parameters and camel is mapping them to the http component. During performance testing it's revealed that we can ge

Re: Adding custom headers in jclouds Cloudfiles requests

2017-02-02 Thread Claus Ibsen
Hi I suggest to reach out to the apache jclouds community to ask them how to set that header. And then maybe there is a gap/missing thing in camel-jclouds to support this, or etc. Then if so we love contributions and you or others is welcome to work on a patch / PR with such functionality. On Wed

WildFly-Camel 4.5.0 released

2017-02-02 Thread Thomas Diesler
Folks, I’m happy to announce the release of wildfly-camel-4.5.0 . WildFly-Camel 4.5.0 provides Camel-2.18 integration with WildFly-10.1.0 This is a major upgrade release for supported components, dataformats and languages, whi