温馨提示×

温馨提示×

您好,登录后才能下订单哦!

密码登录×
登录注册×
其他方式登录
点击 登录注册 即表示同意《亿速云用户服务条款》

AMQP——Advanced Message Queuing Protocol(高级消息队列协议)小结

发布时间:2020-06-29 09:05:22 来源:网络 阅读:1396 作者:_Mr_Computer_ 栏目:开发技术

  1. AMPQ():

    1. wiki:https://en.wikipedia.org/wiki/Advanced_Message_Queuing_Protocol

    2. AMQP1.1 broker 实现方式:

      1. SwiftMQ(a JMS, AMQP 1.0 and AMQP 0.9.1 broker (free and commercial) and a free AMQP 1.0 client.)

      2. Windows Azure Service Bus(Microsoft's cloud-based messaging service)

      3. Apache Qpid(an open-source project at the Apache Foundation)

      4. Apache ActiveMQ(an open-source project at the Apache Foundation)

      5. Apache Apollo(open-source modified version of the ActiveMQ project at the Apache Foundation. The threading functionality of ActiveMQ has been replaced and non-blocking techniques implemented more widely.)

      6. RabbitMQ(an open-source project sponsored by Pivotal, primarily supports AMQP 0-9-1, with 1.0 via experimental plugin)

      7. IBM MQ Light

      8. AMQP.NET Lite(AMQP.NET Lite is a C# AMQP 1.0 implementation that gives full control over the specification. It is not a broker out of the box, but provides all of the AMQP components required to build a broker. The project has a broker implementation it uses for testing here.)


    3. AMQP客户端分类:

      1. Apache Qpid Proton(AMQP 1.0 clients in C, Python, Perl, Ruby, PHP and Java released under the Apache open source license.)

      2. AMQP.NET Lite( AMQP 1.0 C# client released under the Apache open source license.)

      3. SwiftMQ AMQP 1.0 Java Client( a free Java client for AMQP 1.0.)

      4. Service Bus .NET API( Microsoft's AMQP 1.0 .NET client)

      5. DE.SETF.AMQP( client library for AMQP 0-9-1.)

      6. EasyNetQ( an open source AMQP 0-9-1 .NET client.)

      7. IBM MQ Light( AMQP 1.0 clients for node.js, Java, Ruby and Python.)

      8. RabbitMQ's community( lists a broad set of clients and tools for AMQP v0.9.1.)

      9. Mulesoft Anypoint( AMQP connector for AMQP v0.9.)

      10. Node-amqp10( AMQP 1.0 client for Node.js.)

      11. RestBus( an open source, service oriented, AMQP 0-9-1 .NET client.)

  2. 参考资料:

    1. http://blog.csdn.net/kimmking/article/details/8253549

    2. http://www.csdn123.com/html/mycsdn20140110/8f/8f42bb0680685c547107a0079e557686.html

    3. http://blog.sina.com.cn/s/blog_999d1f4c01010dpx.html

  3. AMQP 与ActiveMQ,JMS消息队列之间的比较


向AI问一下细节

免责声明:本站发布的内容(图片、视频和文字)以原创、转载和分享为主,文章观点不代表本网站立场,如果涉及侵权请联系站长邮箱:is@yisu.com进行举报,并提供相关证据,一经查实,将立刻删除涉嫌侵权内容。

AI