8000 Explicitly mention Direct Reply-to · ThinkLib/rabbitmq-java-client@91bbc99 · GitHub
[go: up one dir, main page]

Skip to content

Commit 91bbc99

Browse files
Explicitly mention Direct Reply-to
1 parent 4f07bec commit 91bbc99

File tree

1 file changed

+6
-4
lines changed

1 file changed

+6
-4
lines changed

src/com/rabbitmq/client/RpcClient.java

Lines changed: 6 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -66,7 +66,7 @@ public class RpcClient {
6666
/**
6767
* Construct a new RpcClient that will communicate on the given channel, sending
6868
* requests to the given exchange with the given routing key.
69-
* <p/>
69+
*
7070
* Causes the creation of a temporary private autodelete queue. The name of this queue can be specified.
7171
* @param channel the channel to use for communication
7272
* @param exchange the exchange to connect to
@@ -91,9 +91,11 @@ public RpcClient(Channel channel, String exchange, String routingKey, String rep
9191
/**
9292
* Construct a new RpcClient that will communicate on the given channel, sending
9393
* requests to the given exchange with the given routing key.
94-
* <p/>
95-
* Causes the creation of a temporary private autodelete queue. The name of the queue can be provided
96-
* <p/>
94+
*
95+
* Causes the creation of a temporary private autodelete queue.
96+
* The name of the queue can be provided (only relevant for RabbitMQ servers
97+
* that do not support <a href="https://www.rabbitmq.com/direct-reply-to.html">Direct Reply-to</a>.
98+
*
9799
* Waits forever for responses (that is, no timeout).
98100
* @param channel the channel to use for communication
99101
* @param exchange the exchange to connect to

0 commit comments

Comments
 (0)
0