sues.apache.org/jira/browse/CAMEL-20418
>
>On Tue, Feb 13, 2024 at 8:03 PM Benjamin Graf
>wrote:
>
>> Hi together,
>>
>> I'm struggling what would be the expected order for logName evaluation.
>> The docs (
>> https://camel.apache.org/components/4.0
Hi together,
I'm struggling what would be the expected order for logName evaluation.
The docs
(https://camel.apache.org/components/4.0.x/eips/log-eip.html#_configuring_logging_name)
says if not defined, it'll use the routeId set or a generated one.
Looking into code of LogReifier
(https://gi
but that requires to get hold
of the health check via its ID etc.
There is a HealthCheckHelper method with some lookup methods.
Also health checks can/are enlisted as JMX MBeans so you can find them
there too to disable
On Mon, Mar 28, 2022 at 7:15 PM Benjamin Graf wrote:
>
> Hi,
>
> d
Hi,
does anybody know a way to enable/disable route/consumer checks for
specific items at runtime. As I can see it's only possible to
enable/disable the complete repository itself and the HealthCheck once
computed seems not reconfigurable any more.
Maybe worth for an enhancement?
Regards
B
Hi,
does anybody know how if possible I can replace a bundle from a feature
if a bit "more complex".
For example replace "wrap:mvn:com.oracle.database.jdbc/ojdbc8/..." with
"wrap:mvn:com.oracle.database.jdbc/ojdbc11"
Regards,
Benjamin
OpenPGP_signature
Description: OpenPGP digital sign
, Claus Ibsen wrote:
Hi
Ah okay so it's not the "too much" is copied over.
But the fact before the rollback_last was stored as property, which
had 3 states: null, true, false
And now its optimized into a simple boolean that has: true, false
On Wed, Apr 7, 2021 at 7:15 PM Benjamin G
suggest if you can put together a small example / unit test or
something that demonstrates what you are doing and why you need to do
custom error handling.
And put it on github or in a JIRA ticket.
On Tue, Apr 6, 2021 at 10:13 AM Benjamin Graf wrote:
Hi together,
https://issues.apache.org/j
Hi together,
https://issues.apache.org/jira/browse/CAMEL-14354 introduces a change to
ExchangeHelper to copy internal state of child exchanges to parent exchanges.
Especially the code addition from
https://github.com/apache/camel/blob/a9fd03f1d022a48553207ab59e42f35b8cd6c325/core/camel-support/
Hi all together,
just to keep the list informed. Issue is documented and fixed with
https://issues.apache.org/jira/browse/CAMEL-13864.
Regards
Benjamin
Am 13.08.2019 um 16:37 schrieb Benjamin Graf:
> Hi Claus,
>
> Sure ;-)
>
> Will have a look on it. I might create a patch on a
: Definition of subscriptionname in Camel JMS-Endpoint does not
work as expected
On Tue, Aug 13, 2019 at 2:50 PM Benjamin Graf wrote:
>
> Hi,
>
> yes it seems non-durable shared subscription are not implemented correctly.
> Subscription name should be set for non-durable as well.
>
Hi,
yes it seems non-durable shared subscription are not implemented correctly.
Subscription name should be set for non-durable as well.
Regards
Benjamin
Gesendet: Dienstag, 13. August 2019 um 11:57 Uhr
Von: "Claus Ibsen"
An: users@camel.apache.org
Betreff: Re: Definition of subscriptionna
Hi,
does anybody knows a way to overload/extend the spring osgi implementation of
CamelContextFactoryBean? I actually wants to extend the basic implementation to
do some further magic. :-) There seems to be some tricky ways to do it with an
own SpringNamespaceHandler and extending the camel-spr
gt;the context component scan or will I need to setup a different wiring
>pattern?
>
>Thanks
>
>Chris
>
>On Mon, Nov 5, 2012 at 12:45 PM, Benjamin Graf
>wrote:
>
>> Hi Chris,
>>
>> I think you won't be successful with a spring-dm support issue since
>>
Hi Chris,
I think you won't be successful with a spring-dm support issue since spring-dm
development has been stopped in 2009.
Have a look on gemini-blueprint (spring-dm 2.0+) and discussion on camel-dev
about introducing s new component to support gemini-blueprint in a future camel
version.
Rega
Claus Ibsen schrieb:
>On Tue, Oct 30, 2012 at 3:38 PM, Benjamin Graf
>wrote:
>> Hi Claus,
>>
>> Thanks so far. But did you find a workaround for setting the NO_START
>flag?
>>
>
>Maybe you can set it using a in Spring? Its a static method.
>Somehow confi
5759
>
>
> On Mon, Oct 29, 2012 at 2:37 PM, Benjamin Graf
> wrote:
> >
> > Original-Nachricht
> >> Datum: Mon, 29 Oct 2012 13:20:09 +0100
> >> Von: Claus Ibsen
> >> An: users@camel.apache.org
> >> Betreff: Re:
Original-Nachricht
> Datum: Mon, 29 Oct 2012 13:20:09 +0100
> Von: Claus Ibsen
> An: users@camel.apache.org
> Betreff: Re: Camel context autostartup
> On Mon, Oct 29, 2012 at 1:09 PM, Benjamin Graf
> wrote:
> > The "poor" OSGi runtime is JBos
about that! ;-)
Original-Nachricht
> Datum: Mon, 29 Oct 2012 12:21:24 +0100
> Von: Claus Ibsen
> An: users@camel.apache.org
> Betreff: Re: Camel context autostartup
> On Mon, Oct 29, 2012 at 11:36 AM, Benjamin Graf
> wrote:
> >
> > Original-Nachric
Original-Nachricht
> Datum: Mon, 29 Oct 2012 10:30:36 +0100
> Von: Claus Ibsen
> An: users@camel.apache.org
> Betreff: Re: Camel context autostartup
> On Mon, Oct 29, 2012 at 10:25 AM, Benjamin Graf
> wrote:
> > Hi Claus,
> >
> > thanks s
>
> On Sat, Oct 27, 2012 at 4:57 PM, Benjamin Graf
> wrote:
> > Hi,
> >
> > can anybody explain me why camel context state is set to started if
> autostartup
> > is set to false? This sound a bit odd to me.
> >
> > Best,
> > Benjamin
> >
ll inactive but it's quite silly if you are
doing something like state monitoring and you are would assume the context is
started. :-)
Best,
Benjamin
On 28.10.2012 00:20, Christian Müller wrote:
> Which version do you use?
> Can you share your code?
>
> Best,
> Christian
>
Hi,
can anybody explain me why camel context state is set to started if autostartup
is set to false? This sound a bit odd to me.
Best,
Benjamin
signature.asc
Description: OpenPGP digital signature
n.
>
>At first you stated that you want to avoid the interception, but now
>you
>want it and it's not happening at all?
>
>Could you check, please?
>
>Thanks.
>
>Sent from a mobile device
>On 24 Oct 2012 20:01, "Benjamin Graf" wrote:
>
>> Hi f
Hi folks,
it seems that nobody has an answer to this question/problem? Is there a proposal
for dynamic creation of processor chains on the camel roadmap, yet? Might be a
topic worth thinking about!
Best,
Benjamin
On 06.10.2012 08:28, Benjamin Graf wrote:
> Hi Raúl,
>
> I tried to set
urce Integration specialist
> http://about.me/raulkripalani | http://www.linkedin.com/in/raulkripalani
> http://blog.raulkr.net | twitter: @raulvk <http://twitter.com/raulvk>
>
> On Thu, Oct 4, 2012 at 8:07 PM, Benjamin Graf wrote:
>
>> Hi everybody,
>>
>> I
Hi everybody,
I actually have a problem with a route using a producertemplate as a splitter to
send several exchanges. Unfortunately the ProducerTemplate seems to to be
interceptable by my written Interceptor. Does anybody know how I might
workaround this?
Thx
Benjamin
signature.asc
Descriptio
26 matches
Mail list logo