Example usage for com.rabbitmq.client RpcClient subclass-usage

List of usage examples for com.rabbitmq.client RpcClient subclass-usage

Introduction

In this page you can find the example usage for com.rabbitmq.client RpcClient subclass-usage.

Usage

From source file org.fortiss.smg.remoteframework.lib.jsonrpc.JsonRpcClient.java

/**
 * <a href="http://json-rpc.org">JSON-RPC</a> is a lightweight RPC mechanism
 * using <a href="http://www.json.org/">JSON</a> as a data language for request
 * and reply messages. It is rapidly becoming a standard in web development,
 * where it is used to make RPC requests over HTTP. RabbitMQ provides an AMQP
 * transport binding for JSON-RPC in the form of the <code>JsonRpcClient</code>