Re: Publish to 1 topic, consume from N

2016-09-16 Thread Luiz Cordeiro
e. It looks at each message, and based on your rules, it >> sends that message to a different topic for those specific rules. >> >> Then you have your consumers listening to the specific topics that they >> need to. Your mapping service does the job of redirecting messages fr

Publish to 1 topic, consume from N

2016-09-15 Thread Luiz Cordeiro
Hello, We’re considering migrating an AMQ-based platform to Kafka. However our application logic needs an AMQ feature called Dynamic Binding, that is, on AMQ one publishes messages to an Exchange, which can be dynamically configured to deliver a copy of the message to several queues, based on