Spring-AMQP: problem, if @RabbitListener not returns void?
is it a problem or bad practice to not return void from a method, that is annotated as @RabbitListener?
For re-use in synchronous processing I changed the method, to return the result instead of void:
Spring-AMQP: problem, if @AmqpEventListener not returns void?
is it a problem or bad practice to not return void from a method, that is annotated as @AmqpEventListener?
For re-use in synchronous processing I changed the method, to return the result instead of void: