JMS Priority

2009-08-06 Thread Siegfried.Wirth
Hi Camel-Riders, with http://issues.apache.org/activemq/browse/CAMEL-1689 JMS priorities can be set using the header JMSPriority. It seems to me that this works only if a priority >= 1 is definied. Is there any reason that priority 0 is reset to default priority? As far as I have found information

Re: Bug in ScheduledPollingConsumer?

2009-06-23 Thread Siegfried.Wirth
Hi, when I read JIRA-501 and its follow-up JIRA-1260 (http://issues.apache.org/activemq/browse/CAMEL-1260) I was not sure, if implementing this ticket really would help in this situation. The reason is that 'polling-failed-exception' would still be thrown from 'stop-consumer' and so the exception

Re: Bug in ScheduledPollingConsumer? (Unit-Test added)

2009-06-22 Thread Siegfried.Wirth
Wrote a small unit test demonstrating the issue: http://www.nabble.com/file/p24151188/ScheduledPollingConsumerIssueTest.java ScheduledPollingConsumerIssueTest.java Hi, when testing some ftp functionality I found the following issue which may indicate a bug in ScheduledPollingConsumer: 1) I st

Bug in ScheduledPollingConsumer?

2009-06-22 Thread Siegfried.Wirth
Hi, when testing some ftp functionality I found the following issue which may indicate a bug in ScheduledPollingConsumer: 1) I start a route using FtpConsumer (and thus a ScheduledPollingConsumer) 2) This route encounters an error, because the ftp server is not available and thus an excpetion is

Headers for HttpComponent

2009-06-19 Thread Siegfried.Wirth
Hi, in the documentation of the http component (http://camel.apache.org/http.html) it is stated, that the constants for http headers are moved from HtppConstants to Exchange. I was just wondering, why the constants for Content-Encoding is not moved to exchange and is left as only value in HttpCon

Re: Two camel contexts and assinging endpoints (visible by jconsole, jmx)

2009-05-13 Thread Siegfried.Wirth
Hi Claus, I created a JIRA Ticket https://issues.apache.org/activemq/browse/CAMEL-1612. Although we detected the issue using JMX we think the underlying problem could be more general. It looks like the endpoints of one camel context are added to the InstrumentationLifecyleStrategy before the con

Two camel contexts and assinging endpoints (visible by jconsole, jmx)

2009-05-13 Thread Siegfried.Wirth
Hi, we are trying to use two camel contexts with JMX. It seems to us that the endpoints are not correctly registered - in fact it looks like the contexts are mixed up. We debugged up to InstrumentationLifecycleStrategy, where it looks like that starting the contexts and registering the endpoints