溫馨提示×

溫馨提示×

您好,登錄后才能下訂單哦!

密碼登錄×
登錄注冊×
其他方式登錄
點擊 登錄注冊 即表示同意《億速云用戶服務(wù)條款》

AMQP——Advanced Message Queuing Protocol(高級消息隊列協(xié)議)小結(jié)

發(fā)布時間:2020-06-29 09:05:22 來源:網(wǎng)絡(luò) 閱讀:1407 作者:_Mr_Computer_ 欄目:開發(fā)技術(shù)

  1. AMPQ():

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

    2. AMQP1.1 broker 實現(xiàn)方式:

      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問一下細(xì)節(jié)

免責(zé)聲明:本站發(fā)布的內(nèi)容(圖片、視頻和文字)以原創(chuàng)、轉(zhuǎn)載和分享為主,文章觀點不代表本網(wǎng)站立場,如果涉及侵權(quán)請聯(lián)系站長郵箱:is@yisu.com進(jìn)行舉報,并提供相關(guān)證據(jù),一經(jīng)查實,將立刻刪除涉嫌侵權(quán)內(nèi)容。

AI