How to use RMQ and spring cloud stream for creating partition based producer?
问题 I am trying to find example of spring cloud stream where it creates parition based producer for RMQ. I want to see how it will create binding for those queues as RMQ not natively support paritions for topic but it will create number of queues equivalent to number of partitions (I read this,I may be wrong). First I want to understand how to create producer using spring cloud stream on RMQ for partition based producer. 回答1: @SpringBootApplication @EnableBinding(Source.class) public class