The PTC Community will be on read only status starting March 23rd in preparation for moving our platform to a new provider. Read more here
Version: Windchill 12.1
Use Case: WCA suggests setting wt.queue.executeQueues to "false". Currently it's "true". I see no issues, but both BGMS and MS log show rows related to queues suggesting both 'manage' them which probably is not most efficient. However, not sure which way to go.
Wondering has 'queue management' changed between versions.
This article says for 12.1.2.x that it should be set to "false" if Background Method Server is configured:
https://www.ptc.com/en/support/article/CS178571
Solved! Go to Solution.
Hi @HJ1
Generally if you use Background method server then it should be set to false because You do not want to run the queue jobs in the Foreground method server.
If a queue work is huge then there can be some issue with users experience. User request will be processed after the queue job is finished.
Additional >
if you do not set a Background method server then it should be true because Foreground method server has to care about the queues
otherwise Background method server processes the queues.
PetrH
Hi @HJ1
Generally if you use Background method server then it should be set to false because You do not want to run the queue jobs in the Foreground method server.
If a queue work is huge then there can be some issue with users experience. User request will be processed after the queue job is finished.
Additional >
if you do not set a Background method server then it should be true because Foreground method server has to care about the queues
otherwise Background method server processes the queues.
PetrH
Hi,
yes, set it to false and everything's running nice.
