Package org.openwms.common.comm.osip.res
Class ResponseMessageConfiguration
java.lang.Object
org.openwms.common.comm.osip.res.ResponseMessageConfiguration
A TimesyncConfiguration is the JavaConfig for the
ResponseMessage
handling
part.- Author:
- Heiko Scherrer
-
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescription(package private) org.springframework.amqp.core.Binding
resBinding
(org.springframework.amqp.core.TopicExchange resExchange, org.springframework.amqp.core.Queue resQueue, String routingKey) (package private) org.springframework.amqp.core.TopicExchange
resExchange
(String exchangeName) (package private) org.springframework.amqp.core.Queue
-
Constructor Details
-
ResponseMessageConfiguration
ResponseMessageConfiguration()
-
-
Method Details
-
resExchange
@Bean org.springframework.amqp.core.TopicExchange resExchange(@Value("${owms.driver.osip.res.exchange-name}") String exchangeName) -
resQueue
@Bean org.springframework.amqp.core.Queue resQueue(@Value("${owms.driver.osip.res.queue-name}") String queueName) -
resBinding
@Bean org.springframework.amqp.core.Binding resBinding(org.springframework.amqp.core.TopicExchange resExchange, org.springframework.amqp.core.Queue resQueue, @Value("${owms.driver.osip.res.routing-key-in}") String routingKey)
-