Hi Tim,
thank you for your reply.
I resolved but I still work on this issue to improve perfermance of the
process (Read large number of line in File - Split, Process and Store in AMQ
- Invoking a Rest Service) and best balance between producer and consumer.
I resolved OOM Problem like this:
lau
Did you ever resolve this question? Sorry I never responded, though if I
had I'd have said that it seemed pretty inconceivable that you doubled your
heap size and still OOMed after exactly the same number of messages, so I
would suspect that you hadn't properly configured your heap size. Was I
ri
Hi Tim
thanks a lot for your reply.
What are your systemLimits, especially your storeUsage and memoryUsage?
Default configuration
Why is producerFlowControl="false"? The sole purpose of
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?