Also, are you seeing the first error (involving PooledConnectionFactory) on
the broker or on the client?
On Mar 25, 2016 9:18 PM, "Tim Bain" wrote:
> What are your systemLimits, especially your storeUsage and memoryUsage?
>
> Why is producerFlowControl="false"? The sole purpose of PFC is to prev
What are your systemLimits, especially your storeUsage and memoryUsage?
Why is producerFlowControl="false"? The sole purpose of PFC is to prevent
the broker from OOMing when given more messages than it can store; you
should have this on.
What are the units for the number 4 that you quoted?
Hi everyone,
I'm new in using ActiveMQ and according to business requirement I have a
Camel Route optimized to read large size file (~4) to split and store
each single row in AMQueue and then a pool consumer will process invoking a
RS.
ActiveMQ after about 500 messages go down in OutOfMemory
Thanks. It did not really work and I think it is because connection itself
is successful but it cannot go any further because of SSL. I think it is
bug and will see if I can file report with example.
I got around it by setting call timeout. Below settings stops trying to
connect after 1 second