|
@@ -42,13 +42,11 @@
|
|
|
<task:scheduled ref="BsCarriertrackingStatusFeedbackSubscriberBean" method="receive" cron="0 0/10 8-20 * * ?" />
|
|
|
<task:scheduled ref="DailyCleanLocationContainerSubscriberBean" method="receive" cron="0 0 2 * * ?" />
|
|
|
|
|
|
- <task:scheduled ref="CheckReplenishmentPublisher" method="sendMsg" cron="0 50 23 * * ?" />
|
|
|
</task:scheduled-tasks>
|
|
|
<bean id="BsOmsPickInboundFeedbackSubscriberBean" class="com.behosoft.lis.common.subscriber.BsOmsPickInboundFeedbackSubscriber"/>
|
|
|
<bean id="BsOmsDeliveryOutboundFeedbackSubscriberBean" class="com.behosoft.lis.common.subscriber.BsOmsDeliveryOutboundFeedbackSubscriber"/>
|
|
|
<bean id="BsCarriertrackingStatusFeedbackSubscriberBean" class="com.behosoft.lis.common.subscriber.BsCarriertrackingStatusFeedbackSubscriber"/>
|
|
|
<bean id="DailyCleanLocationContainerSubscriberBean" class="com.behosoft.lis.common.subscriber.DailyCleanLocationContainerSubscriber"/>
|
|
|
- <bean id="CheckReplenishmentPublisher" class="com.behosoft.lis.wms.replenishmentDetail.hornetq.CheckReplenishmentPublisher"/>
|
|
|
|
|
|
<!--
|
|
|
<context:component-scan base-package="com.behosoft.lis"
|