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