[GitHub] jmeter issue #240: Improves JMS component robustness

2016-12-19 Thread loganmzz
Github user loganmzz commented on the issue: https://github.com/apache/jmeter/pull/240 Here is a sample script to check robustness against an ActiveMQ instance. [JMeter-ActiveMQ.zip](https://github.com/apache/jmeter/files/661260/JMeter-ActiveMQ.zip) Try to launch

[GitHub] jmeter issue #241: Support variable for all JMS messages (bytes, object, ......

2016-12-27 Thread loganmzz
Github user loganmzz commented on the issue: https://github.com/apache/jmeter/pull/241 Yes I can give it a try. However, can you suggest a stable commit ? Or I can just use anyone ? PS : I'm co-author of the PR. --- If your project is set up for it, you can reply to

[GitHub] jmeter issue #240: Improves JMS component robustness

2016-12-28 Thread loganmzz
Github user loganmzz commented on the issue: https://github.com/apache/jmeter/pull/240 Close publisher isn't supposed to throw exception. A quick view at the code, confirms only system (in VM sense) error can be raised. What is supposed to be done in this case ? --- If your pr

[GitHub] jmeter issue #241: Support variable for all JMS messages (bytes, object, ......

2016-12-29 Thread loganmzz
Github user loganmzz commented on the issue: https://github.com/apache/jmeter/pull/241 Yes, it finally replaces #239. I have first supposed both will be merged, but finally rewritten to improve clean code with separation of concerns. Regarding performance, "raw" mod

[GitHub] jmeter pull request #245: Allow table sorting

2017-01-01 Thread loganmzz
GitHub user loganmzz opened a pull request: https://github.com/apache/jmeter/pull/245 Allow table sorting It is a PR about [Bugzilla ID 52962](https://bz.apache.org/bugzilla/show_bug.cgi?id=52962) PR is cut into many commits for each required step for full implementation

[GitHub] jmeter issue #245: Allow table sorting

2017-01-03 Thread loganmzz
Github user loganmzz commented on the issue: https://github.com/apache/jmeter/pull/245 I have commented TableModelEventBacker, and rebase it on trunk: d29ac213d3971942c8d98c4ef7223fed97001cfc (Sonar : fix squid:UselessParenthesesCheck Remove those useless parentheses.) You

[GitHub] jmeter issue #241: Support variable for all JMS messages (bytes, object, ......

2017-01-05 Thread loganmzz
Github user loganmzz commented on the issue: https://github.com/apache/jmeter/pull/241 I have rebase my works on trunk: d29ac213d3971942c8d98c4ef7223fed97001cfc (Sonar : fix squid:UselessParenthesesCheck Remove those useless parentheses) and replaces the simple cache API by Caffeine

[GitHub] jmeter pull request #386: Adds parameter supports for RMI keystore creation ...

2018-05-23 Thread loganmzz
GitHub user loganmzz opened a pull request: https://github.com/apache/jmeter/pull/386 Adds parameter supports for RMI keystore creation scripts Helps to integrate script into non-interactive process. ## Description Pass script parameters to keytool command