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