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

Added async subscription support #141

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

richturner
Copy link

@richturner richturner commented May 30, 2023

There is now a async option on the Sub Sampler that means the subscription is created and the sampler will immediately return success/fail (depending on whether the subscription succeeded).

You then use the new Async Response Sampler to verify if the subscription messages have been received.

This is useful when you need to verify subscription messages after a publish occurs which is a common scenario (at least for me at least).

@richturner
Copy link
Author

richturner commented May 30, 2023

Also fixed issue with InterruptException handling which meant a successful result was generated now a failure is returned with a 500 error and message Interrupted

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.

None yet

1 participant