Skip to content

Commit

Permalink
fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
SravanThotakura05 committed Jul 17, 2024
1 parent 51a205b commit 320798c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -188,7 +188,7 @@ private SolaceFailureHandler createFailureHandler(SolaceConnectorIncomingConfigu
}
return new SolaceErrorTopic(ic.getChannel(), ic.getConsumerErrorTopic().get(),
ic.getConsumerErrorMessageDmqEligible(), ic.getConsumerErrorMessageTtl().orElse(null),
ic.getConsumerErrorMessageMaxDeliveryAttempts(), null, solace);
ic.getConsumerErrorMessageMaxDeliveryAttempts(), receiver, solace);
default:
throw ex.illegalArgumentInvalidFailureStrategy(strategy);
}
Expand Down

0 comments on commit 320798c

Please sign in to comment.