Implementing a Message Bus architecture

前端 未结 3 1127
名媛妹妹
名媛妹妹 2020-12-12 23:14

I\'m currently doing analysis and design for a new message bus architecture in my company. I have tried MSMQ to do something like this in the past and it works well and was

3条回答
  •  自闭症患者
    2020-12-12 23:25

    the Apache ActiveMQ (open source) message broker also has a .NET client:

    http://activemq.apache.org

    Together with Apache Camel and Apache ServiceMix, enterprise integration patterns and enterprise service bus systems are easy to set up.

提交回复
热议问题