Class RabbitRpcQueue
java.lang.Object
com.kamikazejam.kamicommon.amqp.data.RabbitRpcQueue
Represents a pair of client and server queues for RPC communication.
Based on one queue stem, two queues are created: one for client-bound messages and one for server-bound messages.
-
Constructor Summary
ConstructorsConstructorDescriptionRabbitRpcQueue
(@NotNull String queueStem) Creates a new pair of client and server queues based on the given queue stem. -
Method Summary
-
Constructor Details
-
RabbitRpcQueue
Creates a new pair of client and server queues based on the given queue stem.- Parameters:
queueStem
- The stem for the queue names
-