Class SpringRabbitMQComponentConfiguration
java.lang.Object
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
org.apache.camel.component.springrabbit.springboot.SpringRabbitMQComponentConfiguration
@ConfigurationProperties(prefix="camel.component.spring-rabbitmq")
public class SpringRabbitMQComponentConfiguration
extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Send and receive messages from RabbitMQ using the Spring RabbitMQ client.
Generated by camel-package-maven-plugin - do not edit this file!
-
Nested Class Summary
Nested classes/interfaces inherited from class org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon.CustomizerProperties -
Constructor Summary
Constructors -
Method Summary
Modifier and TypeMethodDescriptionorg.springframework.amqp.core.AmqpAdmingetArgs()org.springframework.amqp.rabbit.connection.ConnectionFactoryorg.springframework.util.ErrorHandlerorg.apache.camel.spi.HeaderFilterStrategyorg.apache.camel.component.springrabbit.ListenerContainerFactoryorg.springframework.amqp.support.converter.MessageConverterorg.apache.camel.component.springrabbit.MessagePropertiesConverterorg.springframework.retry.interceptor.RetryOperationsInterceptorgetRetry()voidsetAllowNullBody(Boolean allowNullBody) voidsetAmqpAdmin(org.springframework.amqp.core.AmqpAdmin amqpAdmin) voidvoidsetAutoDeclare(Boolean autoDeclare) voidsetAutoDeclareProducer(Boolean autoDeclareProducer) voidsetAutoStartup(Boolean autoStartup) voidsetAutowiredEnabled(Boolean autowiredEnabled) voidsetBridgeErrorHandler(Boolean bridgeErrorHandler) voidsetConcurrentConsumers(Integer concurrentConsumers) voidsetConnectionFactory(org.springframework.amqp.rabbit.connection.ConnectionFactory connectionFactory) voidsetDeadLetterExchange(String deadLetterExchange) voidsetDeadLetterExchangeType(String deadLetterExchangeType) voidsetDeadLetterQueue(String deadLetterQueue) voidsetDeadLetterRoutingKey(String deadLetterRoutingKey) voidsetErrorHandler(org.springframework.util.ErrorHandler errorHandler) voidsetHeaderFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy) voidsetIgnoreDeclarationExceptions(Boolean ignoreDeclarationExceptions) voidsetLazyStartProducer(Boolean lazyStartProducer) voidsetListenerContainerFactory(org.apache.camel.component.springrabbit.ListenerContainerFactory listenerContainerFactory) voidsetMaxConcurrentConsumers(Integer maxConcurrentConsumers) voidsetMaximumRetryAttempts(Integer maximumRetryAttempts) voidsetMessageConverter(org.springframework.amqp.support.converter.MessageConverter messageConverter) voidsetMessageListenerContainerType(String messageListenerContainerType) voidsetMessagePropertiesConverter(org.apache.camel.component.springrabbit.MessagePropertiesConverter messagePropertiesConverter) voidsetPrefetchCount(Integer prefetchCount) voidsetRejectAndDontRequeue(Boolean rejectAndDontRequeue) voidsetReplyTimeout(Long replyTimeout) voidsetRetry(org.springframework.retry.interceptor.RetryOperationsInterceptor retry) voidsetRetryDelay(Integer retryDelay) voidsetShutdownTimeout(Long shutdownTimeout) voidsetTestConnectionOnStartup(Boolean testConnectionOnStartup) Methods inherited from class org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
getCustomizer, isEnabled, setEnabled
-
Constructor Details
-
SpringRabbitMQComponentConfiguration
public SpringRabbitMQComponentConfiguration()
-
-
Method Details
-
getAmqpAdmin
public org.springframework.amqp.core.AmqpAdmin getAmqpAdmin() -
setAmqpAdmin
public void setAmqpAdmin(org.springframework.amqp.core.AmqpAdmin amqpAdmin) -
getConnectionFactory
public org.springframework.amqp.rabbit.connection.ConnectionFactory getConnectionFactory() -
setConnectionFactory
public void setConnectionFactory(org.springframework.amqp.rabbit.connection.ConnectionFactory connectionFactory) -
getTestConnectionOnStartup
-
setTestConnectionOnStartup
-
getAutoDeclare
-
setAutoDeclare
-
getAutoStartup
-
setAutoStartup
-
getBridgeErrorHandler
-
setBridgeErrorHandler
-
getDeadLetterExchange
-
setDeadLetterExchange
-
getDeadLetterExchangeType
-
setDeadLetterExchangeType
-
getDeadLetterQueue
-
setDeadLetterQueue
-
getDeadLetterRoutingKey
-
setDeadLetterRoutingKey
-
getMaximumRetryAttempts
-
setMaximumRetryAttempts
-
getRejectAndDontRequeue
-
setRejectAndDontRequeue
-
getRetryDelay
-
setRetryDelay
-
getConcurrentConsumers
-
setConcurrentConsumers
-
getErrorHandler
public org.springframework.util.ErrorHandler getErrorHandler() -
setErrorHandler
public void setErrorHandler(org.springframework.util.ErrorHandler errorHandler) -
getListenerContainerFactory
public org.apache.camel.component.springrabbit.ListenerContainerFactory getListenerContainerFactory() -
setListenerContainerFactory
public void setListenerContainerFactory(org.apache.camel.component.springrabbit.ListenerContainerFactory listenerContainerFactory) -
getMaxConcurrentConsumers
-
setMaxConcurrentConsumers
-
getMessageListenerContainerType
-
setMessageListenerContainerType
-
getPrefetchCount
-
setPrefetchCount
-
getRetry
public org.springframework.retry.interceptor.RetryOperationsInterceptor getRetry() -
setRetry
public void setRetry(org.springframework.retry.interceptor.RetryOperationsInterceptor retry) -
getShutdownTimeout
-
setShutdownTimeout
-
getAllowNullBody
-
setAllowNullBody
-
getAutoDeclareProducer
-
setAutoDeclareProducer
-
getLazyStartProducer
-
setLazyStartProducer
-
getReplyTimeout
-
setReplyTimeout
-
getArgs
-
setArgs
-
getAutowiredEnabled
-
setAutowiredEnabled
-
getIgnoreDeclarationExceptions
-
setIgnoreDeclarationExceptions
-
getMessageConverter
public org.springframework.amqp.support.converter.MessageConverter getMessageConverter() -
setMessageConverter
public void setMessageConverter(org.springframework.amqp.support.converter.MessageConverter messageConverter) -
getMessagePropertiesConverter
public org.apache.camel.component.springrabbit.MessagePropertiesConverter getMessagePropertiesConverter() -
setMessagePropertiesConverter
public void setMessagePropertiesConverter(org.apache.camel.component.springrabbit.MessagePropertiesConverter messagePropertiesConverter) -
getHeaderFilterStrategy
public org.apache.camel.spi.HeaderFilterStrategy getHeaderFilterStrategy() -
setHeaderFilterStrategy
public void setHeaderFilterStrategy(org.apache.camel.spi.HeaderFilterStrategy headerFilterStrategy)
-