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

Popular posts from this blog

javascript - Thinglink image not visible until browser resize -

firebird - Error "invalid transaction handle (expecting explicit transaction start)" executing script from Delphi -

mongodb - How to keep track of users making Stripe Payments -