Installation and Upgrade > Advanced Deployment Considerations > Advanced Windchill Configurations > Configuring Background Method Servers > Configuring a Method Server for Background Queues
  
Configuring a Method Server for Background Queues
Set the following Windchill properties in the wt.properties file to configure a separate method server dedicated to running background queues:
wt.manager.monitor.start.BackgroundMethodServer=1
wt.queue.executeQueues=false
Setting the wt.queue.executeQueues=false property in wt.properties generally stops queue processing. Then including wt.queue.executeQueue=true in the background method server launch command ensures that only the background method server associated with the launch command executes queues.