public class BasicRabbitMQConsumer
extends java.lang.Object
| Constructor and Description |
|---|
BasicRabbitMQConsumer() |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
basicConsume(java.lang.String queue,
com.rabbitmq.client.Channel channel,
com.rabbitmq.client.Consumer consumer)
Perform a basic consumption with a given consumer.
|
public java.lang.String basicConsume(java.lang.String queue,
com.rabbitmq.client.Channel channel,
com.rabbitmq.client.Consumer consumer)
throws java.io.IOException
queue - The queuechannel - The channelconsumer - The consumerjava.io.IOException