-
Notifications
You must be signed in to change notification settings - Fork 72
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
Broadcast Request handling #131
Comments
Hi Julie, As far as I know, there is no information in the broadcast requests to indicate where to reply. It is up to the endpoint to know on which Exchange to answer back. So it is more a upper level configuration concern. Best regards Alexis |
Hi Alexis, Just to be sure of the expected behavior here. The original sender of the request will monitor for WhoIsThereResponse with the same Request/Correlation id? Is this accurate? |
Seems accurate. There's a hint in chapter 5.1.3 (CFX Message Types). Broadcast response is from Destination(s) -> Source(s). |
Hi,
Does anyone have an example on how the broadcast request is currently working? So let's say a WhoIsThere request is sent. Each endpoint would receive the WhoIsThereRequest through an exchange. Where is it expected to reply with the WhoIsThereReponse, what path should it follow? Do we have all the required information provided in the Message properties? Would it be in the Handle information? In the reply-to? Somewhere else?
Thanks,
Julie
The text was updated successfully, but these errors were encountered: