BasicConsume(int channel,
ShortString queue,
ShortString consumerTag,
boolean noLocal,
boolean noAck,
boolean exclusive,
boolean noWait,
FieldTable arguments) |
ConnectionStart(short channel,
byte majorVersion,
byte minorVersion,
FieldTable serverProperties,
LongString mechanisms,
LongString locales) |
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) |