|
|
|
@ -7,93 +7,93 @@ package org.springblade.common.constant;
|
|
|
|
|
*/ |
|
|
|
|
public interface RabbitConstant { |
|
|
|
|
//消费失败队列
|
|
|
|
|
String ERROR_QUEUE = "error_queue"; |
|
|
|
|
String ERROR_EXCHANGE = "error_exchange"; |
|
|
|
|
String ERROR_ROUTING = "error_routing"; |
|
|
|
|
String ERROR_QUEUE = "error_queue"+ModuleNameConstant.DEVAUTH; |
|
|
|
|
String ERROR_EXCHANGE = "error_exchange"+ModuleNameConstant.DEVAUTH; |
|
|
|
|
String ERROR_ROUTING = "error_routing"+ModuleNameConstant.DEVAUTH; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//订单状态消息队列配置
|
|
|
|
|
String ORDER_STATUS_QUEUE = "order_status_queue"; |
|
|
|
|
String ORDER_STATUS_EXCHANGE = "order_status_exchange"; |
|
|
|
|
String ORDER_STATUS_ROUTING = "order_status_routing"; |
|
|
|
|
String ORDER_STATUS_QUEUE = "order_status_queue"+ModuleNameConstant.DEVAUTH; |
|
|
|
|
String ORDER_STATUS_EXCHANGE = "order_status_exchange"+ModuleNameConstant.DEVAUTH; |
|
|
|
|
String ORDER_STATUS_ROUTING = "order_status_routing"+ModuleNameConstant.DEVAUTH; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
String OPEN_ORDER_QUEUE = "open_order_queue"; |
|
|
|
|
String OPEN_ORDER_EXCHANGE = "open_order_exchange"; |
|
|
|
|
String OPEN_ORDER_ROUTING = "open_order_routing"; |
|
|
|
|
String OPEN_ORDER_QUEUE = "open_order_queue"+ModuleNameConstant.DEVAUTH; |
|
|
|
|
String OPEN_ORDER_EXCHANGE = "open_order_exchange"+ModuleNameConstant.DEVAUTH; |
|
|
|
|
String OPEN_ORDER_ROUTING = "open_order_routing"+ModuleNameConstant.DEVAUTH; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
String DEAL_WITH_QUEUE = "deal_with_queue"; |
|
|
|
|
String DEAL_WITH_EXCHANGE = "deal_with_exchange"; |
|
|
|
|
String DEAL_WITH_ROUTING = "deal_with_routing"; |
|
|
|
|
String DEAL_WITH_QUEUE = "deal_with_queue"+ModuleNameConstant.DEVAUTH+ModuleNameConstant.DEVAUTH; |
|
|
|
|
String DEAL_WITH_EXCHANGE = "deal_with_exchange"+ModuleNameConstant.DEVAUTH; |
|
|
|
|
String DEAL_WITH_ROUTING = "deal_with_routing"+ModuleNameConstant.DEVAUTH; |
|
|
|
|
|
|
|
|
|
String RECEIVE_INFO_QUEUE = "receive_info_queue"; |
|
|
|
|
String RECEIVE_INFO_EXCHANGE = "receive_info_exchange"; |
|
|
|
|
String RECEIVE_INFO_ROUTING = "receive_info_routing"; |
|
|
|
|
String RECEIVE_INFO_QUEUE = "receive_info_queue"+ModuleNameConstant.DEVAUTH; |
|
|
|
|
String RECEIVE_INFO_EXCHANGE = "receive_info_exchange"+ModuleNameConstant.DEVAUTH; |
|
|
|
|
String RECEIVE_INFO_ROUTING = "receive_info_routing"+ModuleNameConstant.DEVAUTH; |
|
|
|
|
/** |
|
|
|
|
* 卸车完成确认 |
|
|
|
|
*/ |
|
|
|
|
String UNLOAD_CAR_COM_INFO_QUEUE = "unload_car_com_info_quere"; |
|
|
|
|
String UNLOAD_CAR_COM_INFO_EXCHANGE = "unload_car_com_info_exchange"; |
|
|
|
|
String UNLOAD_CAR_COM_INFO_EXCHANGE = "unload_car_com_info_exchange"+ModuleNameConstant.DEVAUTH; |
|
|
|
|
String UNLOAD_CAR_COM_INFO_ROUTING = "unload_car_com_info_routing "; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
String WAYBILL_DATA_QUEUE = "waybill_data_queue"; |
|
|
|
|
String WAYBILL_DATA_EXCHANGE = "waybill_data_exchange"; |
|
|
|
|
String WAYBILL_DATA_ROUTING = "waybill_data_routing"; |
|
|
|
|
String WAYBILL_DATA_QUEUE = "waybill_data_queue"+ModuleNameConstant.DEVAUTH; |
|
|
|
|
String WAYBILL_DATA_EXCHANGE = "waybill_data_exchange"+ModuleNameConstant.DEVAUTH; |
|
|
|
|
String WAYBILL_DATA_ROUTING = "waybill_data_routing"+ModuleNameConstant.DEVAUTH; |
|
|
|
|
|
|
|
|
|
String WAYBILL_DATA_TEST_QUEUE = "waybill_data_test_queue"; |
|
|
|
|
String WAYBILL_DATA_TEST_EXCHANGE = "waybill_data_test_exchange"; |
|
|
|
|
String WAYBILL_DATA_TEST_ROUTING = "waybill_data_test_routing"; |
|
|
|
|
String WAYBILL_DATA_TEST_QUEUE = "waybill_data_test_queue"+ModuleNameConstant.DEVAUTH; |
|
|
|
|
String WAYBILL_DATA_TEST_EXCHANGE = "waybill_data_test_exchange"+ModuleNameConstant.DEVAUTH; |
|
|
|
|
String WAYBILL_DATA_TEST_ROUTING = "waybill_data_test_routing"+ModuleNameConstant.DEVAUTH; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
//消费失败队列
|
|
|
|
|
String WAREHOUSE_ERROR_QUEUE = "warehouse_error_queue"; |
|
|
|
|
String WAREHOUSE_ERROR_EXCHANGE = "warehouse_error_exchange"; |
|
|
|
|
String WAREHOUSE_ERROR_ROUTING = "warehouse_error_routing"; |
|
|
|
|
String WAREHOUSE_ERROR_QUEUE = "warehouse_error_queue"+ModuleNameConstant.DEVAUTH; |
|
|
|
|
String WAREHOUSE_ERROR_EXCHANGE = "warehouse_error_exchange"+ModuleNameConstant.DEVAUTH; |
|
|
|
|
String WAREHOUSE_ERROR_ROUTING = "warehouse_error_routing"+ModuleNameConstant.DEVAUTH; |
|
|
|
|
|
|
|
|
|
String OUPAI_RECEIVING_QUEUE = "oupai_receiving_queue"; |
|
|
|
|
String OUPAI_RECEIVING_EXCHANGE = "oupai_receiving_exchange"; |
|
|
|
|
String OUPAI_RECEIVING_ROUTING = "oupai_receiving_routing"; |
|
|
|
|
String OUPAI_RECEIVING_QUEUE = "oupai_receiving_queue"+ModuleNameConstant.DEVAUTH; |
|
|
|
|
String OUPAI_RECEIVING_EXCHANGE = "oupai_receiving_exchange"+ModuleNameConstant.DEVAUTH; |
|
|
|
|
String OUPAI_RECEIVING_ROUTING = "oupai_receiving_routing"+ModuleNameConstant.DEVAUTH; |
|
|
|
|
|
|
|
|
|
/****************************收货入库 老系统 start ************************************************/ |
|
|
|
|
String OUPAI_OLD_RECEIVING_QUEUE = "oupai_old_receiving_queue"; |
|
|
|
|
String OUPAI_OLD_RECEIVING_EXCHANGE = "oupai_old_receiving_exchange"; |
|
|
|
|
String OUPAI_OLD_RECEIVING_ROUTING = "oupai_old_receiving_routing"; |
|
|
|
|
String OUPAI_OLD_RECEIVING_QUEUE = "oupai_old_receiving_queue"+ModuleNameConstant.DEVAUTH; |
|
|
|
|
String OUPAI_OLD_RECEIVING_EXCHANGE = "oupai_old_receiving_exchange"+ModuleNameConstant.DEVAUTH; |
|
|
|
|
String OUPAI_OLD_RECEIVING_ROUTING = "oupai_old_receiving_routing"+ModuleNameConstant.DEVAUTH; |
|
|
|
|
|
|
|
|
|
/****************************收货入库 老系统 end ************************************************/ |
|
|
|
|
|
|
|
|
|
String OUPAI_SIGN_QUEUE = "oupai_sign_queue"; |
|
|
|
|
String OUPAI_SIGN_EXCHANGE = "oupai_sign_exchange"; |
|
|
|
|
String OUPAI_SIGN_ROUTING = "oupai_sign_routing"; |
|
|
|
|
String OUPAI_SIGN_QUEUE = "oupai_sign_queue"+ModuleNameConstant.DEVAUTH; |
|
|
|
|
String OUPAI_SIGN_EXCHANGE = "oupai_sign_exchange"+ModuleNameConstant.DEVAUTH; |
|
|
|
|
String OUPAI_SIGN_ROUTING = "oupai_sign_routing"+ModuleNameConstant.DEVAUTH; |
|
|
|
|
|
|
|
|
|
String SYNC_OLD_DATA_QUEUE = "sync_old_data_queue"; |
|
|
|
|
String SYNC_OLD_DATA_EXCHANGE = "sync_old_data_exchange"; |
|
|
|
|
String SYNC_OLD_DATA_ROUTING = "sync_old_data_routing"; |
|
|
|
|
String SYNC_OLD_DATA_QUEUE = "sync_old_data_queue"+ModuleNameConstant.DEVAUTH; |
|
|
|
|
String SYNC_OLD_DATA_EXCHANGE = "sync_old_data_exchange"+ModuleNameConstant.DEVAUTH; |
|
|
|
|
String SYNC_OLD_DATA_ROUTING = "sync_old_data_routing"+ModuleNameConstant.DEVAUTH; |
|
|
|
|
|
|
|
|
|
//----------------------distribution---------------------
|
|
|
|
|
//备货消费失败队列
|
|
|
|
|
String DISTRIBUTION_ERROR_QUEUE = "distribution_error_queue"; |
|
|
|
|
String DISTRIBUTION_ERROR_EXCHANGE = "distribution_error_exchange"; |
|
|
|
|
String DISTRIBUTION_ERROR_ROUTING = "distribution_error_routing"; |
|
|
|
|
String DISTRIBUTION_ERROR_QUEUE = "distribution_error_queue"+ModuleNameConstant.DEVAUTH; |
|
|
|
|
String DISTRIBUTION_ERROR_EXCHANGE = "distribution_error_exchange"+ModuleNameConstant.DEVAUTH; |
|
|
|
|
String DISTRIBUTION_ERROR_ROUTING = "distribution_error_routing"+ModuleNameConstant.DEVAUTH; |
|
|
|
|
|
|
|
|
|
String STOCKUP_SCAN_QUEUE = "stockup_scan_queue"; |
|
|
|
|
String STOCKUP_SCAN_EXCHANGE = "stockup_scan_exchange"; |
|
|
|
|
String STOCKUP_SCAN_ROUTING = "stockup_scan_routing"; |
|
|
|
|
String STOCKUP_SCAN_QUEUE = "stockup_scan_queue"+ModuleNameConstant.DEVAUTH; |
|
|
|
|
String STOCKUP_SCAN_EXCHANGE = "stockup_scan_exchange"+ModuleNameConstant.DEVAUTH; |
|
|
|
|
String STOCKUP_SCAN_ROUTING = "stockup_scan_routing"+ModuleNameConstant.DEVAUTH; |
|
|
|
|
|
|
|
|
|
/** |
|
|
|
|
* 备货判断是否下架 |
|
|
|
|
*/ |
|
|
|
|
String STOCKUP_STATE_UPDATE_QUEUE = "stockup_state_update_queue"; |
|
|
|
|
String STOCKUP_STATE_UPDATE_EXCHANGE = "stockup_state_update_exchange"; |
|
|
|
|
String STOCKUP_STATE_UPDATE_ROUTING = "stockup_state_update_routing"; |
|
|
|
|
String STOCKUP_STATE_UPDATE_QUEUE = "stockup_state_update_queue"+ModuleNameConstant.DEVAUTH; |
|
|
|
|
String STOCKUP_STATE_UPDATE_EXCHANGE = "stockup_state_update_exchange"+ModuleNameConstant.DEVAUTH; |
|
|
|
|
String STOCKUP_STATE_UPDATE_ROUTING = "stockup_state_update_routing"+ModuleNameConstant.DEVAUTH; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/****************文员复合签收推送老系统队列 start *************************/ |
|
|
|
|
|
|
|
|
|
String CLERK_CHECK_PUSH_DATA_QUEUE = "clerk_check_push_data_queue"; |
|
|
|
|
String CLERK_CHECK_PUSH_DATA_EXCHANGE = "clerk_check_push_data_exchange"; |
|
|
|
|
String CLERK_CHECK_PUSH_DATA_ROUTING = "clerk_check_push_data_routing"; |
|
|
|
|
String CLERK_CHECK_PUSH_DATA_QUEUE = "clerk_check_push_data_queue"+ModuleNameConstant.DEVAUTH; |
|
|
|
|
String CLERK_CHECK_PUSH_DATA_EXCHANGE = "clerk_check_push_data_exchange"+ModuleNameConstant.DEVAUTH; |
|
|
|
|
String CLERK_CHECK_PUSH_DATA_ROUTING = "clerk_check_push_data_routing"+ModuleNameConstant.DEVAUTH; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/****************文员复合签收推送老系统队列 end *************************/ |
|
|
|
@ -103,18 +103,18 @@ public interface RabbitConstant {
|
|
|
|
|
|
|
|
|
|
/****************包件状态变化 start*************************************************/ |
|
|
|
|
|
|
|
|
|
String ORDER_PACKAGE_STATUS_INFO_QUEUE = "order_package_status_info_queue"; |
|
|
|
|
String ORDER_PACKAGE_STATUS_INFO_EXCHANGE = "order_package_status_info_exchange"; |
|
|
|
|
String ORDER_PACKAGE_STATUS_INFO_ROUTING = "order_package_status_info_routing"; |
|
|
|
|
String ORDER_PACKAGE_STATUS_INFO_QUEUE = "order_package_status_info_queue"+ModuleNameConstant.DEVAUTH; |
|
|
|
|
String ORDER_PACKAGE_STATUS_INFO_EXCHANGE = "order_package_status_info_exchange"+ModuleNameConstant.DEVAUTH; |
|
|
|
|
String ORDER_PACKAGE_STATUS_INFO_ROUTING = "order_package_status_info_routing"+ModuleNameConstant.DEVAUTH; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/****************包件状态变化 end*************************************************/ |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
/****************test队列******************/ |
|
|
|
|
String TEST_RECEIVE_INFO_QUEUE = "test_receive_info_queue"; |
|
|
|
|
String TEST_RECEIVE_INFO_EXCHANGE = "test_receive_info_exchange"; |
|
|
|
|
String TEST_RECEIVE_INFO_ROUTING = "test_receive_info_routing"; |
|
|
|
|
String TEST_RECEIVE_INFO_QUEUE = "test_receive_info_queue"+ModuleNameConstant.DEVAUTH; |
|
|
|
|
String TEST_RECEIVE_INFO_EXCHANGE = "test_receive_info_exchange"+ModuleNameConstant.DEVAUTH; |
|
|
|
|
String TEST_RECEIVE_INFO_ROUTING = "test_receive_info_routing"+ModuleNameConstant.DEVAUTH; |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
} |
|
|
|
|