File tree Expand file tree Collapse file tree 1 file changed +7
-9
lines changed
src/com/rabbitmq/tools/jsonrpc Expand file tree Collapse file tree 1 file changed +7
-9
lines changed Original file line number Diff line number Diff line change 3131import com .rabbitmq .tools .json .JSONWriter ;
3232
3333/**
34- <a
35- href="http://json-rpc.org/wd/JSON-RPC-1-1-WD-20060807.html">JSON-RPC</a>
36- is a lightweight RPC mechanism using <a
37- href="http://www.json.org/">JSON</a> as a data language for
38- request and reply messages. It is rapidly becoming a
39- standard in web development, where it is used to make RPC
40- requests over HTTP. RabbitMQ provides an AMQP transport
41- binding for JSON-RPC in the form of
42- the <code>JsonRpcClient</code> class.
34+ <a href="http://json-rpc.org">JSON-RPC</a> is a lightweight
35+ RPC mechanism using <a href="http://www.json.org/">JSON</a>
36+ as a data language for request and reply messages. It is
37+ rapidly becoming a standard in web development, where it is
38+ used to make RPC requests over HTTP. RabbitMQ provides an
39+ AMQP transport binding for JSON-RPC in the form of the
40+ <code>JsonRpcClient</code> class.
4341
4442 JSON-RPC services are self-describing - each service is able
4543 to list its supported procedures, and each procedure
You can’t perform that action at this time.
0 commit comments