Spring Batch RabbitMQ issue
问题 I am looking to integrate the Spring Batch with RabbitMQ. I've developed code like below but no data is passing over the channel. What's wrong in the code ? CustomerMessageChannel.java public interface CustomerMessageChannel { @Output("customerMessageChannel") MessageChannel customerMessageChannel(); } Customer.java @AllArgsConstructor @NoArgsConstructor @Builder @Data @JsonIgnoreProperties(ignoreUnknown = true) public class Customer implements Serializable { private static final long