Detecting server up to redeliver failed messages

2011-09-04 Thread viktornordling
Hello, I'm using Camel to post messages to a JMS (ActiveMQ). If the server is down, I want to store them locally until the server comes up again. When it's up, I want to redeliver all failed messages. Any ideas for how to achieve this? Best regards, Viktor Nordling -- View this message in conte

Re: CXF HTTP Conduit settings not loaded, Pls Help

2011-09-04 Thread Willem Jiang
Hi, The configure looks good to me, not sure if is related to the other part configure. Can you just try write a simple test which has no . BTW, camel-cxf has a simple unit test which did some configuration on the http conduit which works. On 9/4/11 11:24 AM, williamc1983 wrote: Hi, I h

Qpid ObjectMessage problem

2011-09-04 Thread Narita Bagchi
I have a simple POC for my problem. I have a producer and a consumer to read and write ObjectMessage to Qpid queue. All that the Dummy object has, is a String. The Dummy object is Serializable as well. Producer seems to be writing the object to the queue without throwing an error but the Consume

Re: Karaf 2.2.3 and Camel 2.8.0

2011-09-04 Thread Freeman Fang
Sounds good to me. Regards Freeman On 2011-9-5, at 上午1:03, Jean-Baptiste Onofré wrote: I got your point but: - for a general point of view, I still think that Karaf should provide all features for all Spring version, else, it means that we can't Sound the spring version used by the others

Re: XML Validation... getting to the error messages using Camel

2011-09-04 Thread David Karlsen
It will throw an ValidationException - see the docs for the component. Den 4. sep. 2011 21:48 skrev "Robert J. Liguori" følgende: > I'm using Spring DSL with a camel route to validate XML messages: > > > > How do I get to the error messages for invalid XML files that do not > pass validation? > >

XML Validation... getting to the error messages using Camel

2011-09-04 Thread Robert J. Liguori
I'm using Spring DSL with a camel route to validate XML messages: How do I get to the error messages for invalid XML files that do not pass validation? Thanks!

Re: Karaf 2.2.3 and Camel 2.8.0

2011-09-04 Thread Jean-Baptiste Onofré
I got your point but: - for a general point of view, I still think that Karaf should provide all features for all Spring version, else, it means that we can't warranty the spring version used by the others applications like Camel or CXF - we should have named Karaf 2.3.0 in place of 2.2.3 to a

Re: Karaf 2.2.3 and Camel 2.8.0

2011-09-04 Thread Freeman Fang
Hi JB, To be honest I'm a lit bit concern about this solution. If Karaf 2.2.4 ship spring 3.0.6 anyway, even it cover all spring related bundles, and camel can refer those spring features using version range(it might be ok during resolve, but don't forget cxf 2.4.2 features.xml still have s

Re: Karaf 2.2.3 and Camel 2.8.0

2011-09-04 Thread Claus Ibsen
On Sun, Sep 4, 2011 at 9:30 AM, Jean-Baptiste Onofré wrote: > Hi Claus, > > I'm going to work on Karaf Spring features today and tomorrow and test it > with Camel, CXF and ActiveMQ. > The 2.2.4 could contain only this and one other issue (about JMX). So it > could be ready by tomorrow evening, and

Re: Karaf 2.2.3 and Camel 2.8.0

2011-09-04 Thread Jean-Baptiste Onofré
Hi Claus, I'm going to work on Karaf Spring features today and tomorrow and test it with Camel, CXF and ActiveMQ. The 2.2.4 could contain only this and one other issue (about JMX). So it could be ready by tomorrow evening, and we can cut off the release on Tuesday. So I think that we could b

Re: Karaf 2.2.3 and Camel 2.8.0

2011-09-04 Thread Claus Ibsen
On Sun, Sep 4, 2011 at 8:29 AM, Jean-Baptiste Onofré wrote: > Hi Achim and all, > > I propose: > 1. to cover all Spring bundles in different Karaf spring features including > spring-tx > 2. release Karaf 2.2.4 soon with this change > 3. update Camel features descriptor to use the Karaf spring-tx f

Re: CXF HTTP Conduit settings not loaded, Pls Help

2011-09-04 Thread williamc1983
The Camel version is 2.6.0 and CXF version is 2.3.2. -- View this message in context: http://camel.465427.n5.nabble.com/CXF-HTTP-Conduit-settings-not-loaded-Pls-Help-tp4766809p4766820.html Sent from the Camel - Users mailing list archive at Nabble.com.

CXF HTTP Conduit settings not loaded, Pls Help

2011-09-04 Thread williamc1983
Hi, I hit the following error when I try to start the server: "Caused by: sun.security.provider.certpath.SunCertPathBuilderException: unable to find valid certification path to requested target" I suspect the HTTP Conduit config is not loaded caused even I change the location of the truststore to

Re: Netty with syslog decoder

2011-09-04 Thread trivedikumarb
Hi Claus Ibsen, Thank you for responding on this, I have already gone thru camel-syslog component, it just provides a DataFormat to convert BSDSyslog stream into string, but it doesn't have any codec implementation to collect all the data over TCP. I am looking for help in how to create my own cod

Re: Unable to change throttle with inflight messages

2011-09-04 Thread Claus Ibsen
You can change the throttler using JMX http://camel.apache.org/maven/current/camel-core/apidocs/org/apache/camel/management/mbean/ManagedThrottler.html On Fri, Sep 2, 2011 at 12:17 AM, awillia wrote: > I would like to be able to change the throttle value dynamically based on a > some setting. >