Property
This topic describes the Property element.
Description
A named property for this Queue. The following property names can be used:
| Property | Description |
|---|---|
ReceiveTimeout | The number of milliseconds after which ActiveMQ stops waiting for more data. |
Cleanup | A Boolean indicating whether to clean up the folder with incoming deployment packages |
MaxRetries | The maximum number of times that the Content Deployer retries if the package failed |
MaxSize | The maximum size of a deployment package, in bytes |
PollingInterval | The interval (in milliseconds) used when polling |
RetriesInterval | The number of milliseconds to wait before retrying deployment |
Workers | The maximum number of threads that the Content Deployer starts in order to process incoming packages. If your database pool configuration in the Storage Layer configuration file has the type tridion, this number must be lower than, or equal to, the pool size configured in the Storage Layer configuration. If left unspecified, the number of workers per queue defaults to 10. |
Attributes
| Attribute | Description and use | Type |
|---|---|---|
| Name | The name of the named property. | string |
| Value | The value of the named property. | string |