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