Re: Consumer from wildcard queue does not resume after broker restart

2013-06-27 Thread SuoNayi_Gmail
If you use the database storage, then you can find the bug here, https://issues.apache.org/jira/browse/AMQ-3526 -- View this message in context: http://activemq.2283324.n4.nabble.com/Consumer-from-wildcard-queue-does-not-resume-after-broker-restart-tp4557120p4668679.html Sent from the ActiveMQ

Re: Failed to update lease Oracle connection Reset

2013-06-19 Thread SuoNayi_Gmail
The dbcp connection pool may return a invalid connection when you require a new connection to update the lease. Enabling the idle check for the connection pool should help. -- View this message in context: http://activemq.2283324.n4.nabble.com/Failed-to-update-lease-Oracle-connection-Reset-tp46

Re: Question about listeners performance

2013-04-27 Thread SuoNayi_Gmail
Why not perform a heap memory analysis to see what objects are living in the heap and whether they are reachable? -- View this message in context: http://activemq.2283324.n4.nabble.com/Question-about-listeners-performance-tp4666024p4666317.html Sent from the ActiveMQ - User mailing list archive

Re: Question about listeners performance

2013-04-27 Thread SuoNayi_Gmail
Yes, you can not expect the exact time when JVM will perform the GC operation, since your memory is low and the JVM may never perform GC... -- View this message in context: http://activemq.2283324.n4.nabble.com/Question-about-listeners-performance-tp4666024p4666315.html Sent from the ActiveMQ

Re: Question about listeners performance

2013-04-27 Thread SuoNayi_Gmail
Are they(include the broker) all running on the same box? If so non-persistent messages will occupy the heap memory before they are flushed into the disk. -- View this message in context: http://activemq.2283324.n4.nabble.com/Question-about-listeners-performance-tp4666024p4666313.html Sent from

Re: What can be reason of 460%+ memory usage limit

2013-04-17 Thread SuoNayi_Gmail
Now I get fully understand why the remote slow consumer can block the producer. What I missed is that messages sent from the producer will pass throght the virtual topic as well even if the topic is virtual but it does exist in the physical form in the broker, b/w PFC is enabled for topics and the

Re: What can be reason of 460%+ memory usage limit

2013-04-10 Thread SuoNayi_Gmail
well, I will file a jira to track this issue. -- View this message in context: http://activemq.2283324.n4.nabble.com/What-can-be-reason-of-460-memory-usage-limit-tp4665651p4665847.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: What can be reason of 460%+ memory usage limit

2013-04-10 Thread SuoNayi_Gmail
add a test case to demonstrate the exceeded memory usage percent. When the memory usage limit of queues is larger than the global/broker memory usage limit and PFC is disable, the exceeded memory usage percent is present.I believe this is a unsuitable configuration while the broker keeps dumb. Th

Re: What can be reason of 460%+ memory usage limit

2013-04-09 Thread SuoNayi_Gmail
activemq26.xml please see the attachment. -- View this message in context: http://activemq.2283324.n4.nabble.com/What-can-be-reason-of-460-memory-usage-limit-tp4665651p4665795.html Sent from the ActiveMQ - User mailing list