i want to create a common project (using spring cloud stream) to route messages to different (consumer) projects dynamically according to message content. (rabbitmq as the message broker)
does spring cloud stream support it? if not, any proposed way to accomplish that? thx