The Apache Jenkins build system has built Camel.trunk.notest (build #1835)
Status: Failure
Check console output at https://builds.apache.org/job/Camel.trunk.notest/1835/
to view the results.
Yes, that's exactly how I would go about it. When I said "Exchange
Notifier", I actually meant "Event Notifier".
Just extend EventNotifierSupport and enable the Exchange Failed and
Exchange Completed events. Make them react accordingly by calling either
the onFailure or onComplete method of the Id
Have in mind the IdempotentConsumer registers an IdempotentOnCompletion for
each new added exchange in the repository.
Will the following work?:
We register an EventNotifier which will react on failed exchanges for a
give route. This custom EventNotifier is executed before the
onCompleation() is e
+1
Hadrian, I could do the release too. I have free cycles starting at
Saturday.
Best,
Christian
On Thu, Apr 4, 2013 at 4:20 PM, Claus Ibsen wrote:
> Hi
>
> I am currently working on making the Camel Karaf commands move
> powerful. That needs a little bit of more love today and tomorrow. Its
>
Hi
I committed a fix for this so that the scala 2.10.1 libraries are the only
ones being detected on the classpath.
Babak
Claus Ibsen-2 wrote
> Hi
>
> Spotted this building camel-scala on trunk
>
> Seems like we have Scala 2.10.0 and 2.10.1 there.
> I wonder if scalatest has a release for 2.1
BTW - In this Exchange Notifier, I suppose you'd call
Exchange.handoverCompletions() to retrieve the Synchronizations, and then
execute them straightaway.
But I'm not 100% sure. Just a suggestion.
Regards,
*Raúl Kripalani*
Enterprise Architect, Open Source Integration specialist, Program
Manager
Hi Christian,
I solved this once by using an ExchangeNotifier that processes the Exchange
Completed events.
The callback is executed synchronously.
Mind you, there was a similar thread a few weeks ago, where more options
were presented. But I'm still doubtful about some of them being synchronous
Camel version 2.8.0
We have a web servive route which use an idempotent repository (JDBC) to
prevent duplicates. If the processing of one exchange failed, the entry is
removed from the idempotent repository in the async onCompleation()
execution.
>From time to time we have the issue, that when th
Hi
I am currently working on making the Camel Karaf commands move
powerful. That needs a little bit of more love today and tomorrow. Its
already coming out nicely with new tracing and profiling you can
enable on the fly. That can give our users a little insight what is
happening.
For example if y
Hi
Spotted this building camel-scala on trunk
Seems like we have Scala 2.10.0 and 2.10.1 there.
I wonder if scalatest has a release for 2.10.1.
[INFO] --- scala-maven-plugin:3.1.2:testCompile (default) @ camel-scala ---
[WARNING] Expected all dependencies to require Scala version: 2.10.1
[WARN
Hi Claus,
Thanks for your information, I will check it.
Regards,
Claus Ibsen-2 wrote
> Ah sorry it was for bullet #2.
>
> This new gmail update dont have the undo send mail anymore :(
>
>
> On Tue, Apr 2, 2013 at 1:40 PM, Claus Ibsen <
> claus.ibsen@
> > wrote:
>> Ad 1)
>> This is possibl
11 matches
Mail list logo