Class SystemUpdateMessageConfiguration
java.lang.Object
org.openwms.common.comm.osip.sysu.SystemUpdateMessageConfiguration
A SystemUpdateMessageConfiguration is the JavaConfig for the
SystemUpdateMessage
handling part.- Author:
- Heiko Scherrer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.messaging.MessageChannel
(package private) org.springframework.amqp.core.TopicExchange
sysuExchange
(String exchangeName)
-
Constructor Details
-
SystemUpdateMessageConfiguration
SystemUpdateMessageConfiguration()
-
-
Method Details
-
getMessageChannel
@Bean(name="SYSUMessageInputChannel") public org.springframework.messaging.MessageChannel getMessageChannel() -
sysuExchange
@Profile("ASYNCHRONOUS") @Bean org.springframework.amqp.core.TopicExchange sysuExchange(@Value("${owms.driver.osip.sysu.exchange-name}") String exchangeName)
-