當我做一個遠程調用使用curl
使用如下命令來獲得的RabbitMQ服務器上的隊列大小:RabbitMQ的API隊列的大小電話:不良反應
curl -s -i -u guest:guest http://host:port/api/queues/%2f/queue_name
我找回文本AMQP
,就是這樣。
當我和冗餘標誌上運行curl命令,我得到的,除了AMQP
文本:
* additional stuff not fine transfer.c:1037: 0 0 * Increasing bytecount by 8 from hbuflen * SSLv3, TLS alert, Client hello (1): * nread <= 0, server closed connection, bailing * Connection #0 to host rabbitmq-stage left intact AMQP * Closing connection #0 * SSLv3, TLS alert, Client hello (1):
任何想法,爲什麼反應是不是預期(即包含隊列大小的JSON字符串)?
謝謝!