Connection between Apache Kafka and JMS

前端 未结 3 616
逝去的感伤
逝去的感伤 2021-01-25 09:54

I was wondering could Apache Kafka communicate and send messages to JMS? Can I establish connection between them? For example, I\'m using JMS in my system and it should send mes

3条回答
  •  情深已故
    2021-01-25 10:31

    If the requirement is the reverse of the previous answer:

    Kafka Producer -> Kafka Broker -> JMS Broker -> JMS Consumer

    then you would need a KafkaConnect Sink like the following one from Data Mountaineer

    http://docs.datamountaineer.com/en/latest/jms.html

提交回复
热议问题