We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
When we tried to make a replier process, it did not pick up the topic properly.
To make it work, an extra shape had to be added to the requester to store the correlation id and the topic, so the replier could get that info.
Please change the requester example to include that setting, to make it easier for people implementing replier in Boomi to succeed.
"Solution to the issue:
Both correlationID and ReplyTo needs to be set in a property shape.
NOTE: the ReplyTo contains a serialized object that contains the topic (base64 encrypted)" ref: RT-61785
The text was updated successfully, but these errors were encountered:
Note: this is in reference to the "How to use the Solace Connector for Boomi Request Action"
Sorry, something went wrong.
No branches or pull requests
When we tried to make a replier process, it did not pick up the topic properly.
To make it work, an extra shape had to be added to the requester to store the correlation id and the topic, so the replier could get that info.
Please change the requester example to include that setting, to make it easier for people implementing replier in Boomi to succeed.
"Solution to the issue:
Both correlationID and ReplyTo needs to be set in a property shape.
NOTE: the ReplyTo contains a serialized object that contains the topic (base64 encrypted)"
ref: RT-61785
The text was updated successfully, but these errors were encountered: