[GitHub] activemq pull request: AMQ-5908 - Added sleep for receive delay to...

2015-08-04 Thread jkorab
GitHub user jkorab opened a pull request: https://github.com/apache/activemq/pull/138 AMQ-5908 - Added sleep for receive delay to receiveAsyncCountBasedMessages(). You can merge this pull request into a Git repository by running: $ git pull https://github.com/jkorab/activemq

[GitHub] activemq pull request: Added code to create KahaDB journal archive...

2014-11-18 Thread jkorab
GitHub user jkorab opened a pull request: https://github.com/apache/activemq/pull/50 Added code to create KahaDB journal archive location relative to the data directory by default Fixed. Added unit test for the issue. Added accessors and listener to allow latching on journal

[GitHub] activemq pull request: Added logic for temporary destinations in p...

2014-11-13 Thread jkorab
GitHub user jkorab opened a pull request: https://github.com/apache/activemq/pull/49 Added logic for temporary destinations in producer and consumer. The test tool now supports the use of the temp-queue: and temp-topic: prefixes in addition to queue: and topic

[GitHub] activemq pull request: Fix for AMQ-5306

2014-08-04 Thread jkorab
GitHub user jkorab opened a pull request: https://github.com/apache/activemq/pull/39 Fix for AMQ-5306 Cleaned up logic around the use of comma separated destinations, sysTest.totalDests and producer.destComposite. The logic is as follows: Given -Dproducer.destName=foo

[GitHub] activemq pull request: Fix for AMQ-5301

2014-07-31 Thread jkorab
GitHub user jkorab opened a pull request: https://github.com/apache/activemq/pull/38 Fix for AMQ-5301 Modified the destination construction logic so that numerical prefixes are appended only if sysTest.totalDests is greater than 1. You can merge this pull request into a Git

[GitHub] activemq pull request: Added close destroy-method to Postgres data...

2014-07-29 Thread jkorab
Github user jkorab closed the pull request at: https://github.com/apache/activemq/pull/19 --- If your project is set up for it, you can reply to this email and have your reply appear on GitHub as well. If your project does not have this feature enabled and wishes so, or if the feature

[GitHub] activemq pull request: Fix for AMQ-5249

2014-07-29 Thread jkorab
GitHub user jkorab opened a pull request: https://github.com/apache/activemq/pull/36 Fix for AMQ-5249 Approach to the change is described in http://issues.apache.org/jira/browse/AMQ-5294?focusedCommentId=14077910page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel

[GitHub] activemq pull request: Added close destroy-method to Postgres data...

2014-04-03 Thread jkorab
GitHub user jkorab opened a pull request: https://github.com/apache/activemq/pull/19 Added close destroy-method to Postgres data source. Example config crashed and burned on master-slave failover when master lost network connectivity - took down VM. You can merge this pull