JMS queue pooling
The composition bundle manages the asynchronous process with a Java Messaging Service (JMS) queue. Increasing the JMS listener count may improve overall throughput of the composition process.
The listener count configuration is not available in the deploy.properties file. Rather, after the install and configure process:
- Open the ${composition.install.dir}\conf\viewpoint.properties file.
- Modify the ${composition.jms.listener.count} property.
-
Stop and restart the composition bundle service.
Attention: When increasing this value, an associated adjustment must be made to the database connection pool. See recommendations in ${composition.installdir}\engageoneDS.properties file. If the connection pool is not adjusted accordingly you may experience system errors as the connection pool is too small to handle all the parallel listeners.