自定义队列分配
执行以下步骤以自定义分配队列的默认机制:
1. 扩展 com.ptc.windchill.sync.wpsync.FBRPackageExportQueueDelegate
2. 提供方法 protected String findSuitableQueue(Set<String> queueNames, DeliveryRecord deliveryRecord) throws WTException 所需的实现。
3. 在位于 WT_HOME\codebase\com\ptc\windchill\sync\wpsyncWPSync-service.properties.xconf 文件中自定义类。覆盖 FBRExportQueueDelegate 选择器的默认 com.ptc.windchill.sync.wpsync.FBRPackageExportQueueDelegate
4. 重新启动 Windchill 方法服务器。
这对您有帮助吗?