Class LocationUpdateMessageConfiguration

java.lang.Object
org.openwms.common.comm.osip.locu.LocationUpdateMessageConfiguration

@OSIP @Configuration class LocationUpdateMessageConfiguration extends Object
A LocationUpdateMessageConfiguration is the JavaConfig for the LocationUpdateMessage handling part.
Author:
Heiko Scherrer
  • 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)