Flow control, memory limits and persistent store confusion

2010-06-09 Thread Dragisa Krsmanovic
t persistent messages limited by store size ? How do I achieve what I want ? What would be a consequence in turning off flow control ? Thanks -- Dragis

Re: ActiveMQ 5.3.0 and Camel's PollingConsumer

2010-01-12 Thread Dragisa Krsmanovic
I was finally able to write unit test to replicate the problem without using Camel. Here is the issue https://issues.apache.org/activemq/browse/AMQ-2565 On Mon, 2009-12-14 at 09:53 -0800, Dragisa Krsmanovic wrote: > On Mon, 2009-12-14 at 09:48 -0800, Dragisa Krsmanovic wrote: > &

Re: ActiveMQ 5.3.0 and Camel's PollingConsumer

2009-12-14 Thread Dragisa Krsmanovic
On Mon, 2009-12-14 at 09:48 -0800, Dragisa Krsmanovic wrote: > while ((exchange = consumerTemplate.receive(endpoint, 2000l)) != > null) { > > result.append(exchange.getIn().getBody(String.class)).append('/'); > } To add more detail. This loop seems to read o

ActiveMQ 5.3.0 and Camel's PollingConsumer

2009-12-14 Thread Dragisa Krsmanovic
";> This test fails for activemq-camel 5.3.0 but succeeds for activemq-camel 5.2.0 Interesting thing is that test will succeed with activemq-camel 5.3.0 if I take the transactional setup from context.xml (none of the routes are marked as transacted). In other words, test