Re: JmsPollingConsumer and method receiveNoWait has incorrect timeout value

2012-12-29 Thread Claus Ibsen
late API, -1 > imply the RECEIVE_TIMEOUT_NO_WAIT) > > Am I misunderstand something ? > > > > -- > View this message in context: > http://camel.465427.n5.nabble.com/JmsPollingConsumer-and-method-receiveNoWait-has-incorrect-timeout-value-tp5722817.html >

Re: JmsPollingConsumer and method receiveNoWait has incorrect timeout value

2012-12-17 Thread Christian Müller
I think you are right. But I'm wondering which issue do you have? Waiting 1ms longer than expected? Best, Christian On Fri, Nov 16, 2012 at 7:01 AM, somchaij wrote: > constant --

JmsPollingConsumer and method receiveNoWait has incorrect timeout value

2012-11-15 Thread somchaij
constant of "1" (which mean the timeout of receiving message is 1ms), which I think it should be "-1" (according to JmsTemplate API, -1 imply the RECEIVE_TIMEOUT_NO_WAIT) Am I misunderstand something ? -- View this message in context: http://camel.465427.n5.nabble.com/JmsPolli