Re: Consuming messages from Kafka and pushing on to a JMS queue

2014-08-13 Thread Neha Narkhede
The power of the consumption APIs and the general performance offered by Kafka is only useful if you can send the data to Kafka and use the consumer APIs. Apache Storm will not solve the problem if you are trying to avoid using the Kafka consumer APIs. I would rethink the architecture you currently

Consuming messages from Kafka and pushing on to a JMS queue

2014-08-13 Thread Andrew Longwill
Hi, We have an application that currently uses Camel to forward a JMS message from HornetQ to multiple consumers (JMS queues). The one challenge we have is handling failure of one of the consumers. Kafka seems to provide a solution here by allowing different consumers to keep track of their own o