[RX-16240] Multiple Publishing Threads can cause deadlock issues

Created: Thu, 15 Jul 2010 12:52:16 -0400 (EDT)
Affected Version(s): 6.7
Description: Random deadlocks may occur in some environments when running multiple publishing threads.

To workaround this problem, reduce the number of publishing threads to one (1). (NOTE: This change reduces the performance of publishing,)

To change the number of publishing threads, in the file \AppServer\server\rx\deploy\rxapp.ear\rxapp.war\WEB-INF\config\user\spring\publisher-beans.xml, uner , change the value of the concurrentConsumers property.
Workaround (if applicable): Reduce the number of publishing threads down to 1, however that significantly reduces publishing performance.

Status: Fixed - Resolved