GitHub user mgashraf opened a pull request:
https://github.com/apache/jmeter/pull/277
Bug 58506 - JMS Point-to-point sampler should offer an async using temp
queue mode and prevent hangs by supporting a reply timeout
Bug 58506 - JMS Point-to-point sampler should offer an async using temp
queue mode and prevent hangs by supporting a reply timeout.
Changed line 'executor = new ExtendedTemporaryQueueExecutor(session,
sendQueue, getTimeoutAsInt());'
to accept timeout.
You can merge this pull request into a Git repository by running:
$ git pull https://github.com/mgashraf/jmeter trunk
Alternatively you can review and apply these changes as the patch at:
https://github.com/apache/jmeter/pull/277.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 #277
----
commit c399502f97bfbc4245fd31c21dc04da7d8a08664
Author: Ashraf <[email protected]>
Date: 2017-02-23T11:18:59Z
Added timeout for TemporaryQueueExecutor to timeout when user just passes
the request queue. This is for
Bug 58506 - JMS Point-to-point sampler should offer an async using temp
queue mode and prevent hangs by supporting a reply timeout
commit 902d11aee4a8353cb3f0b07ece1a796894e56458
Author: Ashraf <[email protected]>
Date: 2017-02-23T11:22:58Z
Update JMSSampler.java
----
---
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 [email protected] or file a JIRA ticket
with INFRA.
---