Class SystemUpdateMessageConfiguration
java.lang.Object
org.openwms.common.comm.osip.sysu.SystemUpdateMessageConfiguration
A SystemUpdateMessageConfiguration.
- Author:
- Heiko Scherrer
-
Constructor Summary
-
Method Summary
Modifier and TypeMethodDescription(package private) org.springframework.amqp.core.Binding
sysuBinding
(org.springframework.amqp.core.TopicExchange sysuExchange, org.springframework.amqp.core.Queue sysuQueue, String routingKey) (package private) org.springframework.amqp.core.TopicExchange
sysuExchange
(String exchangeName) (package private) org.springframework.amqp.core.Queue
-
Constructor Details
-
SystemUpdateMessageConfiguration
SystemUpdateMessageConfiguration()
-
-
Method Details
-
sysuExchange
@Bean org.springframework.amqp.core.TopicExchange sysuExchange(@Value("${owms.driver.osip.sysu.exchange-name}") String exchangeName) -
sysuQueue
@Bean org.springframework.amqp.core.Queue sysuQueue(@Value("${owms.driver.osip.sysu.queue-name}") String queueName) -
sysuBinding
@Bean org.springframework.amqp.core.Binding sysuBinding(org.springframework.amqp.core.TopicExchange sysuExchange, org.springframework.amqp.core.Queue sysuQueue, @Value("${owms.driver.osip.sysu.routing-key-in}") String routingKey)
-