Queue
Types
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class DeclareOk(val queueName: String, val messageCount: UInt, val consumerCount: UInt) : Frame.Method.Queue
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
data class Purge(val reserved1: UShort, val queueName: String, val noWait: Boolean) : Frame.Method.Queue
Link copied to clipboard
Link copied to clipboard