Java Messaging : Difference between ActiveMQ, Mule, ServiceMix and Camel

前端 未结 6 1890
春和景丽
春和景丽 2020-12-22 19:28

I am new to Messaging and want to know the difference between ActiveMQ, Mule, ServiceMix and Camel

Anyone knows h

6条回答
  •  独厮守ぢ
    2020-12-22 20:01

    Mule is a Enterprise service bus providing end to end integration solution.

    ActiveMQ is message broker for queueing messages between subscriber and receiver.

    ServiceMix is also a ESB i.e. Enterprise Service Bus

提交回复
热议问题