[rabbitmq-discuss] About the JSonRPC data length limit?

Simon MacMullen simon at rabbitmq.com
Tue May 14 11:23:18 BST 2013


On 14/05/13 06:07, "藍紹緯 - (david)" wrote:
> I design a c++ program which runs http post to RabbitMQ JSonRPC

I should warn you that the JSON-RPC plugin is not much loved any more. 
It was designed to support messaging to the browser in a world in which 
websockets did not exist; and as such it's full of oddness. If you are 
writing a standalone application then I cannot think of a good reason to 
use JSON-RPC.

> now I
> have a xml file data, translate it into json format,but when I send the
> http post with long json data, the RabbitMQ crashed,

Can you provide more information about the crash?

> and I use the jsonrpc example js to test, i want to change the timeout
> setting, but the log(/var/log/rabbitmq/rabbitmq.log) always shows HTTP
> Channel started, timeout 5.

As I said in my previous mail, I just edited test.js line 16 and it worked.

Cheers, Simon

-- 
Simon MacMullen
RabbitMQ, Pivotal


More information about the rabbitmq-discuss mailing list