Re: pojo producing and consuming

2009-11-08 Thread Claus Ibsen
Hi What version of Camel and Spring are you using? Can you try with latest code from trunk? And you can enable TRACE logging at org.apache.camel.component.bean that may help to identify what could be wrong. And can you create a small unit test demonstrating this issue and create a JIRA ticket an

Re: Problem of skipped items/stories in Camel RSS reader

2009-11-08 Thread Claus Ibsen
On Thu, Nov 5, 2009 at 3:02 PM, Cliff Court wrote: > > Good Day > > We have a system which makes use of the Camel RSS reader. We are getting > intermittent problems with it whereby not all items/stories within an RSS > feed are being read into the Camel system. > > Unfortunately I am unable to iso

Re: HTTPS authentication setup using camel-http

2009-11-08 Thread Claus Ibsen
On Sat, Nov 7, 2009 at 12:20 AM, bwhite wrote: > > Hi Willem and Claus, > > Say I have the following camel route: > > from().to("http://"); > > When I use https in the camel-http endpoint instead of http like this: > > from().to("https://"); > > I get the following exception when I try to deploy t

Re: guaranteed message processing question...

2009-11-08 Thread Claus Ibsen
Hi Could you ask / search at the AMQ forum. The questions is now more related to messaging in general how to do reliable bridges. I remember there is also a QoS term (Quality of Service) which specified such as - duplicates allowed - at most one - etc. Try to see if that can help, looks as if dup

Re: Camel Mail issue with unsupported charset

2009-11-08 Thread Claus Ibsen
Hi Did you try with this code and did it work for you? On Thu, Nov 5, 2009 at 12:50 AM, dcheckoway wrote: > > Claus, I'm not a contributor on the Camel project, but here's what I would > advocate trying in MailBinding.java, expanding the meaning of > "ignoreUnsupportedCharset" a bit: > >    pub

Re: Camel Mail issue with unsupported charset

2009-11-08 Thread dcheckoway
Sorry, I haven't yet. I've been bogged with other stuff and haven't even looked into how to build camel from source...excuses, excuses. I hope to get around to it in the next week or so and will definitely let you know! Thanks, Dan Claus Ibsen-2 wrote: > > Hi > > Did you try with this code

Re: Camel without Spring

2009-11-08 Thread mumbly
I will take a look at SimpleRegistry. I'll also check out the MEAP. We'll see where I land with Spring. --Tim -- View this message in context: http://old.nabble.com/Camel-without-Spring-tp26225350p26254129.html Sent from the Camel - Users mailing list archive at Nabble.com.

Re: Unable to set Camel Route JMSReplyTo

2009-11-08 Thread cwilliamy2k
Hi Claus, If I put the settings in the following way, then I'll be able to see the replyTo header is 'queue://FirstQueue' in the responseQ. Thanks. Regards, William cwilliamy2k wrote: > > The following is the settings in my

Re: Unable to set Camel Route JMSReplyTo

2009-11-08 Thread cwilliamy2k
The camel version I'm using is 2.0.0. cwilliamy2k wrote: > > Hi Claus, > > If I put the settings in the following way, then I'll be able to see the > replyTo header is 'queue://FirstQueue' in the responseQ. > > > uri="tcpActivemq:queue:requestQ?exchangePattern=InOut&useMessageI