pub fn declare_queue<S, E>(
channel_id: u16,
socket: S,
option: DeclareQueueOption,
) -> QueueDeclared<S, E>
Expand description
Declare a queue synchronously.
That means we will wait to receive Declare-Ok
method after send Declare
method.