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