[jira] [Updated] (AMQ-4621) Provide a polling SlowConsumerPolicy that uses LastAck time on a sub

2013-09-09 Thread Jason Shepherd (JIRA)
[ https://issues.apache.org/jira/browse/AMQ-4621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Shepherd updated AMQ-4621: Attachment: kahaPendingMEssage-20130906.zip I managed to fix the xml configuration issue, however

Re: Memory leak in activemq-cpp (activemq-cpp-library-3.7.1)

2013-09-09 Thread sunny_xu
I really want to do something for this issue, unfortunately,I'm not familiar with c++. I just need a C++ client to access the shared memory information. I wonder if this activemq-cpp package has been used in a production enviroment. -- View this message in context:

[jira] [Commented] (AMQ-4533) Messages stuck in queue with redelivered=true

2013-09-09 Thread Wieslaw Dudek (JIRA)
[ https://issues.apache.org/jira/browse/AMQ-4533?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13761742#comment-13761742 ] Wieslaw Dudek commented on AMQ-4533: It seems that the issue has not been resolved yet

[jira] [Updated] (AMQ-4533) Messages stuck in queue with redelivered=true

2013-09-09 Thread Wieslaw Dudek (JIRA)
[ https://issues.apache.org/jira/browse/AMQ-4533?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wieslaw Dudek updated AMQ-4533: --- Attachment: AMQ4533_logs.ZIP DEBUG logs for failed TC AMQ4533 Messages stuck in

[jira] [Updated] (AMQ-4533) Messages stuck in queue with redelivered=true

2013-09-09 Thread Wieslaw Dudek (JIRA)
[ https://issues.apache.org/jira/browse/AMQ-4533?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wieslaw Dudek updated AMQ-4533: --- Attachment: AMQFreeze_logs.zip logs from failed AMQFreezeTest Messages stuck in

[jira] [Updated] (AMQ-4533) Messages stuck in queue with redelivered=true

2013-09-09 Thread Wieslaw Dudek (JIRA)
[ https://issues.apache.org/jira/browse/AMQ-4533?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Wieslaw Dudek updated AMQ-4533: --- Attachment: AMQFreezeTest.zip New AMQ freeze test case Messages stuck in queue with

[jira] [Issue Comment Deleted] (AMQ-4710) The first heart-beat after a connection becomes idle isn't sent as quickly as it should be

2013-09-09 Thread Paul Gale (JIRA)
[ https://issues.apache.org/jira/browse/AMQ-4710?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Gale updated AMQ-4710: --- Comment: was deleted (was: Updated patch containing fix for Jira AMQ-4710. Improved the checking for when to

[jira] [Updated] (AMQ-4710) The first heart-beat after a connection becomes idle isn't sent as quickly as it should be

2013-09-09 Thread Paul Gale (JIRA)
[ https://issues.apache.org/jira/browse/AMQ-4710?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Gale updated AMQ-4710: --- Attachment: (was: amq_4710_2.patch) The first heart-beat after a connection becomes idle isn't sent

[jira] [Updated] (AMQ-4710) The first heart-beat after a connection becomes idle isn't sent as quickly as it should be

2013-09-09 Thread Paul Gale (JIRA)
[ https://issues.apache.org/jira/browse/AMQ-4710?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Paul Gale updated AMQ-4710: --- Attachment: amq-4710.diff Unit test and patch to fix this issue. The first heart-beat after

Re: [jira] [Issue Comment Deleted] (AMQ-4710) The first heart-beat after a connection becomes idle isn't sent as quickly as it should be

2013-09-09 Thread Paul Gale
If any of the ActiveMQ committers could take a look at my patch for this Jira issue I would really appreciate the feedback as I'd like to incorporate it into 5.8.0. Thanks, Paul On Mon, Sep 9, 2013 at 10:13 AM, Paul Gale (JIRA) j...@apache.org wrote: [

[ANNOUNCE] ActiveMQ-CPP Version 3.8.0 Released

2013-09-09 Thread Timothy Bish
Hi Everyone, Its official, AcitveMQ-CPP v3.8.0 has now been released. This is a new patch release of ActiveMQ-CPP which contains bug fixes for issues that were found since v3.7.1 was released and also some new features and build improvements for Windows users. * 3.7.0 does not compile with

[jira] [Commented] (AMQ-4710) The first heart-beat after a connection becomes idle isn't sent as quickly as it should be

2013-09-09 Thread Paul Gale (JIRA)
[ https://issues.apache.org/jira/browse/AMQ-4710?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13761912#comment-13761912 ] Paul Gale commented on AMQ-4710: Just realized I should have used a StompConnection object

Re: Memory leak in activemq-cpp (activemq-cpp-library-3.7.1)

2013-09-09 Thread sparso
I'm also seeing this problem. I changed the example to send 2,000,000 messages and added a usleep to the producer, and it leaks memory in version 3.7.1 and 3.8.0. Version 3.4.4 does not. I will attempt to debug the problem (but I'm not familiar with the activemq code). It does appear to be just

[jira] [Closed] (AMQ-4669) StoreDurableSubscriberCursor cursor is instantiated twice if PendingDurableSubscriberPolicy is explicitly configured, then results in missing TopicStorePrefetch instance in

2013-09-09 Thread Timothy Bish (JIRA)
[ https://issues.apache.org/jira/browse/AMQ-4669?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timothy Bish closed AMQ-4669. - Resolution: Cannot Reproduce No test case, existing test 'ConcurrentProducerDurableConsumerTest' seems to

Re: Memory leak in activemq-cpp (activemq-cpp-library-3.7.1)

2013-09-09 Thread Timothy Bish
On 09/09/2013 11:56 AM, sparso wrote: I'm also seeing this problem. I changed the example to send 2,000,000 messages and added a usleep to the producer, and it leaks memory in version 3.7.1 and 3.8.0. Version 3.4.4 does not. I will attempt to debug the problem (but I'm not familiar with the

[jira] [Commented] (AMQ-4669) StoreDurableSubscriberCursor cursor is instantiated twice if PendingDurableSubscriberPolicy is explicitly configured, then results in missing TopicStorePrefetch instance

2013-09-09 Thread Timothy Bish (JIRA)
[ https://issues.apache.org/jira/browse/AMQ-4669?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13761955#comment-13761955 ] Timothy Bish commented on AMQ-4669: --- Have you tested a later release. In the 5.9-SNAPSHOT

[jira] [Commented] (AMQ-4715) Memory issue with ActiveMQ in java

2013-09-09 Thread ritesh (JIRA)
[ https://issues.apache.org/jira/browse/AMQ-4715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13762338#comment-13762338 ] ritesh commented on AMQ-4715: - That was my test app. but in my real app we do running out of

[jira] [Updated] (AMQ-4715) Memory issue with ActiveMQ in java

2013-09-09 Thread Timothy Bish (JIRA)
[ https://issues.apache.org/jira/browse/AMQ-4715?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timothy Bish updated AMQ-4715: -- Description: Every time when i start connection and create session i can see “java.exe” (in task

[jira] [Commented] (AMQ-4715) Memory issue with ActiveMQ in java

2013-09-09 Thread Timothy Bish (JIRA)
[ https://issues.apache.org/jira/browse/AMQ-4715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13762346#comment-13762346 ] Timothy Bish commented on AMQ-4715: --- You'd need to do more analysis on your code / app

[jira] [Commented] (AMQ-4715) Memory issue with ActiveMQ in java

2013-09-09 Thread ritesh (JIRA)
[ https://issues.apache.org/jira/browse/AMQ-4715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13762350#comment-13762350 ] ritesh commented on AMQ-4715: - you get it wrong, i m not blaiming asking for a help!

[jira] [Commented] (AMQ-4715) Memory issue with ActiveMQ in java

2013-09-09 Thread Timothy Bish (JIRA)
[ https://issues.apache.org/jira/browse/AMQ-4715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13762360#comment-13762360 ] Timothy Bish commented on AMQ-4715: --- There's not much we can do to help you here, you can

[jira] [Updated] (AMQ-4715) Memory issue with ActiveMQ in java

2013-09-09 Thread ritesh (JIRA)
[ https://issues.apache.org/jira/browse/AMQ-4715?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] ritesh updated AMQ-4715: Description: Every time when i start connection and create session i can see “java.exe” (in task manger) memory get

[jira] [Created] (AMQ-4715) Memory issue with ActiveMQ in java

2013-09-09 Thread ritesh (JIRA)
ritesh created AMQ-4715: --- Summary: Memory issue with ActiveMQ in java Key: AMQ-4715 URL: https://issues.apache.org/jira/browse/AMQ-4715 Project: ActiveMQ Issue Type: Bug Affects Versions: 5.7.0,

[jira] [Updated] (AMQ-4715) Memory issue with ActiveMQ in java

2013-09-09 Thread Timothy Bish (JIRA)
[ https://issues.apache.org/jira/browse/AMQ-4715?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Timothy Bish updated AMQ-4715: -- Description: Every time when i start connection and create session i can see “java.exe” (in task

[jira] [Commented] (AMQ-4715) Memory issue with ActiveMQ in java

2013-09-09 Thread Timothy Bish (JIRA)
[ https://issues.apache.org/jira/browse/AMQ-4715?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13762334#comment-13762334 ] Timothy Bish commented on AMQ-4715: --- GC is a lazy process and there's nothing that

[jira] [Commented] (AMQ-4621) Provide a polling SlowConsumerPolicy that uses LastAck time on a sub

2013-09-09 Thread Jason Shepherd (JIRA)
[ https://issues.apache.org/jira/browse/AMQ-4621?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanelfocusedCommentId=13762664#comment-13762664 ] Jason Shepherd commented on AMQ-4621: - Should we reopen this issue? Tim mentioned to me

[jira] [Updated] (AMQ-4621) Provide a polling SlowConsumerPolicy that uses LastAck time on a sub

2013-09-09 Thread Jason Shepherd (JIRA)
[ https://issues.apache.org/jira/browse/AMQ-4621?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ] Jason Shepherd updated AMQ-4621: Attachment: AMQFreezeTest-5.8.0.redhat-60029.zip Another test should be fixed by this issue.