Were you missing those messages for all topic consumers, or only for one
but not the other three?
What ack mode does your Camel route use? What would it do if the broker
was unavailable when it came time to publish to the topic?
Tim
On Feb 21, 2016 7:39 PM, "mtod" wrote:
> I setup a fail-over
I setup a fail-over test and ran it over a 12 day term I sent about 100K
messages to the system. What I found was that messages were getting dropped.
• [2/10/2016 7:23:54 PM] > Missing Message : 8993
<<
• [2/14/2016 7:00:34 PM] > Missing Message :
Why does performance scale exponentially as consumers increase? The need
to iterate over a larger list for each message should result in linear, not
exponential, growth.
Tim
On Feb 20, 2016 9:12 PM, "artnaseef" wrote:
> For the consumer-specific messages, why not use a queue for each? That
> s