I have a processor which is called OnException .However when custom load
balancer raises httpconnect exception the process associated with Exception
is not raised.
Below is the configuration
http://camel.apache.org/schema/spring"; streamCache="true"
typeConverterStatisticsEnabled="true">
Just use default component
tir. 21. nov. 2017 kl. 19.03 skrev Imran Raza Khan :
> HI,
>
> I was developing custom component and i found that
> UriEndpointComponent is deprecated, please confirm its deprecated and
> whats alternative to it?
>
> public class MyComponent extends UriEndpointComponent
Hi Claus,
Thank you - I just got the book.
Christine Vladic
-Original Message-
From: Claus Ibsen [mailto:claus.ib...@gmail.com]
Sent: Tuesday, November 21, 2017 4:31 AM
To: users@camel.apache.org
Subject: Re: Multiple instance of a camel service
Hi
If you have a copy of the Camel in A
HI,
I was developing custom component and i found that
UriEndpointComponent is deprecated, please confirm its deprecated and
whats alternative to it?
public class MyComponent extends UriEndpointComponent
We have purchased the book!
Section 11.5.8 talks about "Bridging the consumer with Camel’s error handler".
The example uses XML and I found no example using Java DSL. Since our project
uses Kafka and Java DSL, I improvised, and added to
https://github.com/apache/camel/blob/master/examples/camel
Hi Claus,
it's Camel version 2.20.0 .
Yes, I do use custom processors, but they are only working with the library I
have mentioned. And this library only works with my temporary file. Actually,
the next statement after my
.to("file:...")
is
.setBody(simple("${null}")
to make sure everything
What version of Camel do you use?
Btw the message history does not copy the message body, so it should
not be a problem.
The source code you posted is that all your did, are you not doing
something more, such as a custom processor / bean that works on the
message body.
On Tue, Nov 21, 2017 at 1
Hi
If you have a copy of the Camel in Action 2nd ed book, then we have a
full chapter on clustering Camel that covers use-cases like this.
On Tue, Nov 21, 2017 at 1:07 PM, Zoran Regvart wrote:
> Hi Christine,
> I think you need idempotent consumer pattern[1], with this you can
> track in an exte
Hi Christian,
if you're not going to read from the body of the message multiple
times you can disable stream caching. I think that the memory increase
you see is due to message history, try disabling that[1]. If that
fails to help perhaps you could provide an example that we can
reproduce this?
zo
Hi Madhusudan,
it's hard to tell from your description what the cause could be, it
would help if you provide Camel route or an example project and
perhaps a stress test scenario that shows this. How do you detect that
the responses are mismatched, could it be that the backend server
creates identic
Hi Christine,
I think you need idempotent consumer pattern[1], with this you can
track in an external repository (multiple supported) what messages are
processed. There is also a nice tutorial on how to use this pattern
with Hazelcast[2]
zoran
[1] https://camel.apache.org/idempotent-consumer.html
Hi Christine,
with version 2.20 Camel has health API[1] there is Spring Boot support
for that also, checkout the example we have[2]
zoran
[1] https://issues.apache.org/jira/browse/CAMEL-10026
[2]
https://github.com/apache/camel/tree/master/examples/camel-example-spring-boot-health-checks
On Fri
I am using apache camel failover component with following route
configuration:
http://{{Jetty.entryPoint.host}}?matchOnUriPrefix=true"/>
java.net.ConnectException
I want to raise an email when ever connect exceptio
13 matches
Mail list logo