[rabbitmq-discuss] question on the RpcClient class

kane wtkane07 at gmail.com
Wed May 18 19:13:15 BST 2011


I have a question regarding a class of the package com.rabbitmq.client
the calss in question is RpcClient and use as follows:

  RpcClient service = new RpcClient (channel, "", cost.request_queue);

  return = service.stringCall (message);


This calss I automatically generates a queue on which the client waits for a
response.

Let me know if this queue is exclusive?

I make this question because in the javadoc documentation of the class is
written as follows:

rpcclient public (the English Channel,
                    java.lang.String exchange,
                    java.lang.String routingKey)
             throws java.io.IOException

       Building a new rpcclient that communicate on the designated channel,
sending requests for data routing with the given key.

       Causes the creation of a temporary private queue autodelete.

...

The last sentence says that creates a temporary queue, autodelete and here
we are, then says that the tail is private

I wonder if the word in the phrase "private" is intended to be exclusive ...
may seem trivial but sometimes a word changes the meaning of a sentence ...
thanks!
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.rabbitmq.com/pipermail/rabbitmq-discuss/attachments/20110518/69fec3b8/attachment-0001.htm>


More information about the rabbitmq-discuss mailing list