Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

JMSSampler - Use Response Message Id #117

Merged
merged 2 commits into from
May 2, 2017
Merged

JMSSampler - Use Response Message Id #117

merged 2 commits into from
May 2, 2017

Conversation

jrizio
Copy link

@jrizio jrizio commented May 1, 2017

Added missing Use Response Message Id field XML entry to idl.XML

@jrizio jrizio changed the title Added missing JMSSampler - Use Response Message Id to idl.xml JMSSampler - Use Response Message Id May 1, 2017
@@ -20,6 +20,7 @@ def initialize(params={})
<boolProp name="JMSSampler.isFireAndForget">true</boolProp>
<boolProp name="JMSSampler.isNonPersistent">false</boolProp>
<boolProp name="JMSSampler.useReqMsgIdAsCorrelId">false</boolProp>
<boolProp name="JMSSampler.useResMsgIdAsCorrelId">false</boolProp>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

any files in dsl/* are auto generated by IDL so this line will get overwritten next time IDL is run. Better to add it to idl.xml (open it in jmeter) so that your change will persist.

@@ -597,6 +597,7 @@
<boolProp name="JMSSampler.isFireAndForget">true</boolProp>
<boolProp name="JMSSampler.isNonPersistent">false</boolProp>
<boolProp name="JMSSampler.useReqMsgIdAsCorrelId">false</boolProp>
<boolProp name="JMSSampler.useResMsgIdAsCorrelId">false</boolProp>

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

ahh cool you already did - sorry missed this commit

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

No worries - thanks. It's a fantastic gem - keep up the good work!

@timkoopmans timkoopmans merged commit 6e07dea into flood-io:master May 2, 2017
@timkoopmans
Copy link

Tagged and released v3.1.01 with this PR

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants