Skip to content

Commit

Permalink
Test CTBR
Browse files Browse the repository at this point in the history
  • Loading branch information
danishjamal104 committed Oct 31, 2023
1 parent a4f1154 commit 5347958
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -307,6 +307,7 @@ private void transferRoutes() {
String subBatchIdHeader = exchange.getIn().getHeader(SUB_BATCH_ID, String.class);
extraVariables.put(BATCH_ID, batchIdHeader);
extraVariables.put(SUB_BATCH_ID, subBatchIdHeader);
logger.info("Batchid: {}, subbatchId: {}", batchIdHeader, subBatchIdHeader);

String tenantId = exchange.getIn().getHeader("Platform-TenantId", String.class);
String clientCorrelationId = exchange.getIn().getHeader("X-CorrelationID", String.class);
Expand Down

0 comments on commit 5347958

Please sign in to comment.