CreateQueue creates a new queue and returns a handle to it.
(ctx context.Context, host *Endpoint, qspec QueueSpec)
| 406 | |
| 407 | // CreateQueue creates a new queue and returns a handle to it. |
| 408 | CreateQueue(ctx context.Context, host *Endpoint, qspec QueueSpec) (*Handle, error) |
| 409 | |
| 410 | HandleAPI |
| 411 | VolumeAPI |
no outgoing calls