Advanced Customization > Business Logic Customization > Packages Customization > Customizing Queue Assignment
  
Customizing Queue Assignment
Perform the following steps to customize the default mechanism for assigning queues:
1. Extend com.ptc.windchill.sync.wpsync.FBRPackageExportQueueDelegate.
2. Provide the required implementation for the method protected String findSuitableQueue(Set<String> queueNames, DeliveryRecord deliveryRecord) throws WTException.
3. Register the custom class in the WPSync-service.properties.xconf file located at WT_HOME\codebase\com\ptc\windchill\sync\wpsync. Override the default com.ptc.windchill.sync.wpsync.FBRPackageExportQueueDelegate for the FBRExportQueueDelegate selector.
4. Restart Windchill method server.