@Configuration
@ConditionalOnProperty(prefix="messaging.from.activemq",
name="url")
@EnableConfigurationProperties(value=AmqpFromProperties.class)
public class AmqpFromConfig
extends Object
| Constructor and Description |
|---|
AmqpFromConfig(AmqpFromProperties properties) |
| Modifier and Type | Method and Description |
|---|---|
org.apache.camel.component.amqp.AMQPComponent |
amqpFromCachedConnection() |
org.apache.camel.component.amqp.AMQPComponent |
amqpFromConnection() |
FromRouteProperties |
fromRouteProperties() |
org.apache.qpid.jms.JmsConnectionFactory |
jmsConnectionFactory() |
@Autowired public AmqpFromConfig(AmqpFromProperties properties)
@Bean public org.apache.camel.component.amqp.AMQPComponent amqpFromConnection()
@Bean public org.apache.camel.component.amqp.AMQPComponent amqpFromCachedConnection()
@Bean public org.apache.qpid.jms.JmsConnectionFactory jmsConnectionFactory()
@Bean public FromRouteProperties fromRouteProperties()
Copyright © 2019. All rights reserved.