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
Regarding the registration project structure, in the Stage of VerificationStage, I understand that this Stage is triggered when the biometric data in the registration package does not match the configured content, and it is routed to this Stage by the bio-dedupe-stage. Its primary function should be to verify with an external Verification System via MQ, then decide whether to proceed to the next stage or terminate the process based on the verification result. First question: Is the above description correct? Second question: In the start() method of the VerificationStage class in the code, I noticed discrepancies between the request and response routing addresses and the flow defined in the registration-processor-camel-routes-new-default.xml configuration service. I believe the start() method should aim to define verification-bus-in and verification-bus-out, right? Also, I don’t see a *Application class under this Stage?
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Regarding the registration project structure, in the Stage of VerificationStage, I understand that this Stage is triggered when the biometric data in the registration package does not match the configured content, and it is routed to this Stage by the bio-dedupe-stage. Its primary function should be to verify with an external Verification System via MQ, then decide whether to proceed to the next stage or terminate the process based on the verification result. First question: Is the above description correct? Second question: In the start() method of the VerificationStage class in the code, I noticed discrepancies between the request and response routing addresses and the flow defined in the registration-processor-camel-routes-new-default.xml configuration service. I believe the start() method should aim to define verification-bus-in and verification-bus-out, right? Also, I don’t see a *Application class under this Stage?


Beta Was this translation helpful? Give feedback.
All reactions