Hi all,<br><br>I am trying to run JSON RPC chat example (from the source code) with my RabbitMQ server installed on the same machine.<br>But the channel opening don't work (a JSONError is thrown by the receiveReply function (in jsonrpc.js)).<br><br>I have set in rabbitmq.js :<br>- factoryServiceUrl: "http://localhost:55670/rpc/rabbitmq"<br>- rpcServiceUrlBase: "http://localhost:55670/rpc/"<br><br>What must I do to get this working ?<br>Have I set the right parameters ?<br>Which port must you listen to normally ?<br><br>Thx in advance,<br>Juliette.<br><br><br><br>