Skip to content

Commit

Permalink
[MOSIP-34112] adding manual adjudication stage to update camel route (#…
Browse files Browse the repository at this point in the history
…7000)

* [MOSIP-34112] adding condition for manual adjudication stage

Signed-off-by: khuddus shariff <[email protected]>

* [MOSIP-34112] adding condition for manual adjudication stage

Signed-off-by: khuddus shariff <[email protected]>

---------

Signed-off-by: khuddus shariff <[email protected]>
  • Loading branch information
Khuddusshariff0022 authored Aug 7, 2024
1 parent 84924b2 commit 6530562
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions registration-processor-camel-routes-update-default.xml
Original file line number Diff line number Diff line change
Expand Up @@ -386,6 +386,10 @@
<jsonpath suppressExceptions="true">$.[?(@['messageBusAddress']['address'] == 'abis-handler-bus-in')]</jsonpath>
<to uri="eventbus://abis-handler-bus-in" />
</when>
<when>
<jsonpath suppressExceptions="true">$.[?(@['messageBusAddress']['address'] == 'manual-adjudication-bus-in')]</jsonpath>
<to uri="eventbus://manual-adjudication-bus-in" />
</when>
<otherwise>
<to uri="eventbus://uin-generator-bus-in" />
</otherwise>
Expand Down

0 comments on commit 6530562

Please sign in to comment.