Re: Bridging activeMQ and Kafka

2017-05-25 Thread Kaufman Ng
Hi David, You can also try this JMS source connector, which leverages Kafka Connect. http://docs.datamountaineer.com/en/latest/jms-source.html On Thu, May 25, 2017 at 5:23 AM, David Espinosa wrote: > Hi All, > > I want to migrate our system which is using activeMQ to Kafka. In order to > do a

Bridging activeMQ and Kafka

2017-05-25 Thread David Espinosa
Hi All, I want to migrate our system which is using activeMQ to Kafka. In order to do a gradual migration to Kafka, I would like to create a bridge between activeMQ and Kafka, so a producer and consumer could be working on different message brokers until the migration is complete and all my servic