[#BloombergLP-bdlmt-MultiQueueThreadPool-enableQueue] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdlmt.adoc[bdlmt]::xref:BloombergLP/bdlmt/MultiQueueThreadPool.adoc[MultiQueueThreadPool]::enableQueue :relfileprefix: ../../../ :mrdocs: Enable enqueuing to the queue associated with the specified `id`. Return 0 on success, and a non‐zero value otherwise. It is an error to call `enableQueue` if a previous call to `stop` is being executed. == Synopsis Declared in `<bdlmt_multiqueuethreadpool.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- int enableQueue(int id); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#