All Worker components have the same two properties:
Max Queue Size
Specifies the maximum number of items that can be queued for worker processing. The default is 1000. In a few cases, particularly in a large system, increasing this size may be beneficial.
Queue size does not allocate a fixed memory size. Rather, the amount of memory used is dynamic, changing as message items are added and removed
from the queue.
Worker Thread Name
(Read only) Identifiers for threads managed by the worker.
Copyright © 2000-2016 Tridium Inc. All rights reserved.