Customizing Queue Assignment
Perform the following steps to customize the default mechanism for assigning queues:
1. Extendcom.ptc.windchill.sync.wpsync.FBRPackageExportQueueDelegate.
2. Provide the required implementation for the methodprotected String findSuitableQueue(Set<String> queueNames, DeliveryRecord deliveryRecord) throws WTException.
3. Register the custom class in the WPSync-service.properties.xconffile located at WT_HOME\codebase\com\ptc\windchill\sync\wpsync. Override the defaultcom.ptc.windchill.sync.wpsync.FBRPackageExportQueueDelegatefor the FBRExportQueueDelegate selector.
4. Restart Windchill method server.
Was this helpful?