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

Unable to use JSON Postprocessor for AMQP Consumer #49

Open
hiren-intellectdesign opened this issue Sep 14, 2017 · 1 comment
Open

Unable to use JSON Postprocessor for AMQP Consumer #49

hiren-intellectdesign opened this issue Sep 14, 2017 · 1 comment

Comments

@hiren-intellectdesign
Copy link

On receiving a message using AMQP consumer, we have requirement to extract some JSON fields out of the message. We are using JSON PostProcessor for the same.

image

We are successfully able to consume message using AMQP Consumer. However, the response data seems to be always hardcoded as "OK" string, which fails JSON PostProcessor task while extracting necessary fields.

image

What is the issue here? How to get to the response body?

@Shawn-Wagner
Copy link

Shawn-Wagner commented Jun 23, 2021

As a workaround, I had to insert to JSR223 post-processor just before the JSON post-processor to copy the message into the sampler response body:

image

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

No branches or pull requests

2 participants