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
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:
> &
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
";>
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