GitHub user max3163 opened a pull request: https://github.com/apache/jmeter/pull/240
Improves JMS component robustness For both publisher and subcriber : improve error handling and allow to force reconnection against some error codes (using a new UI field and regular expression) Only for subscriber, adds a wait between errors to avoid UI freeze due to infinite loops in case of repetitive errors. PS : Some code relies on Java 8 (Predicate & lambda) You can merge this pull request into a Git repository by running: $ git pull https://github.com/max3163/jmeter POW-314 Alternatively you can review and apply these changes as the patch at: https://github.com/apache/jmeter/pull/240.patch To close this pull request, make a commit to your master/trunk branch with (at least) the following in the commit message: This closes #240 ---- commit 36dd9f7ec959c69e06b7bf52f2ddb5866d822797 Author: Bruno Demion <milam...@apache.org> Date: 2016-11-16T18:45:11Z Tag for pre-release git-svn-id: https://svn.apache.org/repos/asf/jmeter/tags/v3_1_RC4@1770033 13f79535-47bb-0310-9956-ffa450edef68 commit 0b5b61f85c494dedd43ac1648bec96c92a6af33e Author: Bruno Demion <milam...@apache.org> Date: 2016-11-19T22:49:23Z Vote succeeded, create the 3.1 tag git-svn-id: https://svn.apache.org/repos/asf/jmeter/tags/v3_1@1770529 13f79535-47bb-0310-9956-ffa450edef68 commit a252284ac3dc806f7d0d327fa441b16d551cfb5f Author: Logan Mauzaize & Maxime Chassagneux <max3...@users.noreply.github.com> Date: 2016-12-14T17:42:05Z POW-314 Improves JMS component robustness ---- --- 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 is enabled but not working, please contact infrastructure at infrastruct...@apache.org or file a JIRA ticket with INFRA. ---