ChanQueueSubscribe creates channel based Subscription with a queue group. See important note in QueueSubscribe()
(subj, queue string, ch chan *Msg, opts ...SubOpt)
| 107 | // ChanQueueSubscribe creates channel based Subscription with a queue group. |
| 108 | // See important note in QueueSubscribe() |
| 109 | ChanQueueSubscribe(subj, queue string, ch chan *Msg, opts ...SubOpt) (*Subscription, error) |
| 110 | |
| 111 | // QueueSubscribe creates a Subscription with a queue group. |
| 112 | // If no optional durable name nor binding options are specified, the queue name will be used as a durable name. |
no outgoing calls