Re: Active MQ - OutOfMemory in JbossFuse 6.2 context

2016-04-07 Thread Michele
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

Re: Active MQ - OutOfMemory in JbossFuse 6.2 context

2016-04-06 Thread Tim Bain
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

Re: Active MQ - OutOfMemory in JbossFuse 6.2 context

2016-03-28 Thread Michele
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

Re: Active MQ - OutOfMemory in JbossFuse 6.2 context

2016-03-25 Thread Tim Bain
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

Re: Active MQ - OutOfMemory in JbossFuse 6.2 context

2016-03-25 Thread Tim Bain
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?