List of usage examples for com.rabbitmq.client RpcClient NO_TIMEOUT
int NO_TIMEOUT
To view the source code for com.rabbitmq.client RpcClient NO_TIMEOUT.
Click Source Link
From source file:org.fortiss.smg.remoteframework.lib.jsonrpc.JsonRpcClient.java
License:Mozilla Public License
public JsonRpcClient(Channel channel, String exchange, String routingKey) throws IOException, JsonRpcException, TimeoutException { this(channel, exchange, routingKey, RpcClient.NO_TIMEOUT); init();/*from w w w .j a v a2 s . c o m*/ }