Spring cloud stream rabbitMQ consumer with topic wildcards -
i'm trying use spring cloud stream rabbitmq , send messages same exchange different topics. , there consumers consume messages of 1 or more topics using wildcard in bindings. there example scenario?
i'm guessing can use topics partitionkey. in way messages go same exchange. i'm not clear on how setup consumer
you can specify multiple destination names spring cloud stream consumer property spring.cloud.stream.bindings.<channelname>.destination
accepts comma separated list of destination names.
Comments
Post a Comment