Class UpdateMessageConfiguration

java.lang.Object
org.openwms.common.comm.osip.upd.UpdateMessageConfiguration

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