RabbitMQ REST API

啟用管理外掛程式後,RabbitMQ 伺服器會公開 REST API 以監控和設定代理程式。現在已提供 API 的 Java 繫結com.rabbitmq.http.client.Client 是標準、立即且因此會封鎖的 API。它以 Spring Web 模組及其 RestTemplate 實作基礎。另一方面,com.rabbitmq.http.client.ReactorNettyClient 是以 Reactor Netty 專案為基礎的反應式、非封鎖實作。

hop 相依性 (com.rabbitmq:http-client) 現在也是 optional

請參閱其 Javadoc 以取得更多資訊。