You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
CDMS-1223 - Refactors routing to use queue-only destinations (#251)
* Refactors routing to use queue-only destinations
Eliminates the LinkType enum and removes logic for distinguishing between URL and Queue routing. All primary message routing now exclusively uses the queue sender.
Removes the direct HTTP API sending path from the MessageRouter and ApiSender, simplifying the overall message flow. Streamlines configuration by removing LinkType properties from routing records and appsettings. Updates health checks to consider all named links.
Removes the unused CdsAlvs endpoint configuration.
Relates to CDMS-1223
* fixed merge issue
Justification="The second nested ternary in each case (lines 55, 56, 68, 69) is within a string interpolation so is very clearly independent of the first"
0 commit comments