You are viewing a plain text version of this content. The canonical link for it is here.
Posted to issues@jmeter.apache.org by bu...@apache.org on 2017/01/14 20:12:54 UTC

[Bug 60585] New: JMS Publisher and JMS Subscriber : Allow reconnection on error and pause between errors

https://bz.apache.org/bugzilla/show_bug.cgi?id=60585

            Bug ID: 60585
           Summary: JMS Publisher and JMS Subscriber : Allow reconnection
                    on error and pause between errors
           Product: JMeter
           Version: 3.1
          Hardware: All
                OS: All
            Status: NEW
          Severity: enhancement
          Priority: P2
         Component: Main
          Assignee: issues@jmeter.apache.org
          Reporter: p.mouawad@ubik-ingenierie.com
  Target Milestone: ---

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

-- 
You are receiving this mail because:
You are the assignee for the bug.

[Bug 60585] JMS Publisher and JMS Subscriber : Allow reconnection on error and pause between errors

Posted by bu...@apache.org.
https://bz.apache.org/bugzilla/show_bug.cgi?id=60585

Philippe Mouawad <p....@ubik-ingenierie.com> changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
         Resolution|---                         |FIXED
           Keywords|                            |PatchAvailable
             Status|NEW                         |RESOLVED

--- Comment #1 from Philippe Mouawad <p....@ubik-ingenierie.com> ---
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

-- 
You are receiving this mail because:
You are the assignee for the bug.