Class SystemUpdateMessageConfiguration

java.lang.Object
org.openwms.common.comm.osip.sysu.SystemUpdateMessageConfiguration

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