BasicConsume(int channel,
ShortString queue,
ShortString consumerTag,
boolean noLocal,
boolean noAck,
boolean exclusive,
boolean noWait,
FieldTable arguments) |
BasicConsumeOk(int channel,
ShortString consumerTag) |
ConnectionOpen(ShortString virtualHost) |
ConnectionStartOk(int channel,
FieldTable clientProperties,
ShortString mechanisms,
ShortString locales,
LongString response) |
ExchangeDeclare(int channel,
ShortString exchange,
ShortString type,
boolean passive,
boolean durable,
boolean noWait,
FieldTable arguments) |
QueueBind(int channel,
ShortString queue,
ShortString exchange,
ShortString routingKey,
boolean noWait,
FieldTable arguments) |
QueueDeclare(int channel,
ShortString queue,
boolean passive,
boolean durable,
boolean exclusive,
boolean autoDelete,
boolean noWait,
FieldTable arguments) |
QueueDeclareOk(int channel,
ShortString queue,
long messageCount,
long consumerCount) |