I want to use the same consumer function definition for multiple bindings with different index
In the below yml, it is only working with testConsumer-in-0 it is not listening to the destination of testConsumer-in-1 binding. all binder binder related configurations are correct.
public Consumer<Message<String>> fdraConsumer() {
return incomingMessage…
Top comments (0)