Bug 60585

Summary: JMS Publisher and JMS Subscriber : Allow reconnection on error and pause between errors
Product: JMeter - Now in Github Reporter: Philippe Mouawad <p.mouawad>
Component: MainAssignee: JMeter issues mailing list <issues>
Status: RESOLVED FIXED    
Severity: enhancement CC: logan.mauzaize, mchassagneux, p.mouawad
Priority: P2 Keywords: PatchAvailable
Version: 3.1   
Target Milestone: ---   
Hardware: All   
OS: All   

Description Philippe Mouawad 2017-01-14 20:12:54 UTC
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.

See PR : https://github.com/apache/jmeter/pull/240
Comment 1 Philippe Mouawad 2017-01-14 20:50:15 UTC
Author: pmouawad
Date: Sat Jan 14 20:47:19 2017
New Revision: 1778825

URL: http://svn.apache.org/viewvc?rev=1778825&view=rev
Log:
Bug 60585 - JMS Publisher and JMS Subscriber : Allow reconnection on error and pause between errors
Based on PR 240  from by Logan Mauzaize (logan.mauzaize at gmail.com) and Maxime Chassagneux (maxime.chassagneux at gmail.com).

This closes #240
Bugzilla Id: 60585

Modified:
    jmeter/trunk/src/core/org/apache/jmeter/resources/messages.properties
    jmeter/trunk/src/core/org/apache/jmeter/resources/messages_fr.properties
    jmeter/trunk/src/protocol/jms/org/apache/jmeter/protocol/jms/client/ClientPool.java
    jmeter/trunk/src/protocol/jms/org/apache/jmeter/protocol/jms/control/gui/JMSPublisherGui.java
    jmeter/trunk/src/protocol/jms/org/apache/jmeter/protocol/jms/control/gui/JMSSubscriberGui.java
    jmeter/trunk/src/protocol/jms/org/apache/jmeter/protocol/jms/sampler/BaseJMSSampler.java
    jmeter/trunk/src/protocol/jms/org/apache/jmeter/protocol/jms/sampler/PublisherSampler.java
    jmeter/trunk/src/protocol/jms/org/apache/jmeter/protocol/jms/sampler/SubscriberSampler.java
    jmeter/trunk/xdocs/changes.xml
    jmeter/trunk/xdocs/usermanual/component_reference.xml
Comment 2 The ASF infrastructure team 2022-09-24 20:38:07 UTC
This issue has been migrated to GitHub: https://github.com/apache/jmeter/issues/4224