|
|
|
@ -267,6 +267,16 @@ public abstract class FanoutConstants {
|
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
interface DeliveryRetention { |
|
|
|
|
|
|
|
|
|
String EXCHANGE = "fanout.distribution.retention" + ModuleNameConstant.DEVAUTH; |
|
|
|
|
// String EXCHANGE_DELAY = "fanout.distribution.plan.delay" + ModuleNameConstant.DEVAUTH;
|
|
|
|
|
|
|
|
|
|
interface QUEUE { |
|
|
|
|
String REPORT = "fanout.distribution.retention.report" + ModuleNameConstant.DEVAUTH; |
|
|
|
|
} |
|
|
|
|
} |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* 备货节点 |
|
|
|
|
* |
|
|
|
|