@Configuration @EnableConfigurationProperties(value=StompComponentConfiguration.class) public class StompComponentAutoConfiguration extends Object
Constructor and Description |
---|
StompComponentAutoConfiguration() |
Modifier and Type | Method and Description |
---|---|
org.apache.camel.component.stomp.StompComponent |
configureStompComponent(org.apache.camel.CamelContext camelContext,
StompComponentConfiguration configuration) |
@Bean(name="stomp-component") @ConditionalOnClass(value=org.apache.camel.CamelContext.class) @ConditionalOnMissingBean(value=org.apache.camel.component.stomp.StompComponent.class) public org.apache.camel.component.stomp.StompComponent configureStompComponent(org.apache.camel.CamelContext camelContext, StompComponentConfiguration configuration) throws Exception
Exception
Apache Camel