Class RabbitMQComponentConfiguration


  • @Generated("org.apache.camel.springboot.maven.SpringBootAutoConfigurationMojo")
    @ConfigurationProperties(prefix="camel.component.rabbitmq")
    public class RabbitMQComponentConfiguration
    extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
    Send and receive messages from RabbitMQ instances. Generated by camel-package-maven-plugin - do not edit this file!
    • Constructor Detail

      • RabbitMQComponentConfiguration

        public RabbitMQComponentConfiguration()
    • Method Detail

      • getAddresses

        public String getAddresses()
      • setAddresses

        public void setAddresses​(String addresses)
      • getAutoDelete

        public Boolean getAutoDelete()
      • setAutoDelete

        public void setAutoDelete​(Boolean autoDelete)
      • getConnectionFactory

        public com.rabbitmq.client.ConnectionFactory getConnectionFactory()
      • setConnectionFactory

        public void setConnectionFactory​(com.rabbitmq.client.ConnectionFactory connectionFactory)
      • getDeadLetterExchange

        public String getDeadLetterExchange()
      • setDeadLetterExchange

        public void setDeadLetterExchange​(String deadLetterExchange)
      • getDeadLetterExchangeType

        public String getDeadLetterExchangeType()
      • setDeadLetterExchangeType

        public void setDeadLetterExchangeType​(String deadLetterExchangeType)
      • getDeadLetterQueue

        public String getDeadLetterQueue()
      • setDeadLetterQueue

        public void setDeadLetterQueue​(String deadLetterQueue)
      • getDeadLetterRoutingKey

        public String getDeadLetterRoutingKey()
      • setDeadLetterRoutingKey

        public void setDeadLetterRoutingKey​(String deadLetterRoutingKey)
      • getDeclare

        public Boolean getDeclare()
      • setDeclare

        public void setDeclare​(Boolean declare)
      • getDurable

        public Boolean getDurable()
      • setDurable

        public void setDurable​(Boolean durable)
      • getExclusive

        public Boolean getExclusive()
      • setExclusive

        public void setExclusive​(Boolean exclusive)
      • getHostname

        public String getHostname()
      • setHostname

        public void setHostname​(String hostname)
      • getPassive

        public Boolean getPassive()
      • setPassive

        public void setPassive​(Boolean passive)
      • getPortNumber

        public Integer getPortNumber()
      • setPortNumber

        public void setPortNumber​(Integer portNumber)
      • getSkipExchangeDeclare

        public Boolean getSkipExchangeDeclare()
      • setSkipExchangeDeclare

        public void setSkipExchangeDeclare​(Boolean skipExchangeDeclare)
      • getSkipQueueBind

        public Boolean getSkipQueueBind()
      • setSkipQueueBind

        public void setSkipQueueBind​(Boolean skipQueueBind)
      • getSkipQueueDeclare

        public Boolean getSkipQueueDeclare()
      • setSkipQueueDeclare

        public void setSkipQueueDeclare​(Boolean skipQueueDeclare)
      • getVhost

        public String getVhost()
      • setVhost

        public void setVhost​(String vhost)
      • getAutoAck

        public Boolean getAutoAck()
      • setAutoAck

        public void setAutoAck​(Boolean autoAck)
      • getBridgeErrorHandler

        public Boolean getBridgeErrorHandler()
      • setBridgeErrorHandler

        public void setBridgeErrorHandler​(Boolean bridgeErrorHandler)
      • getExclusiveConsumer

        public Boolean getExclusiveConsumer()
      • setExclusiveConsumer

        public void setExclusiveConsumer​(Boolean exclusiveConsumer)
      • getPrefetchCount

        public Integer getPrefetchCount()
      • setPrefetchCount

        public void setPrefetchCount​(Integer prefetchCount)
      • getPrefetchEnabled

        public Boolean getPrefetchEnabled()
      • setPrefetchEnabled

        public void setPrefetchEnabled​(Boolean prefetchEnabled)
      • getPrefetchGlobal

        public Boolean getPrefetchGlobal()
      • setPrefetchGlobal

        public void setPrefetchGlobal​(Boolean prefetchGlobal)
      • getPrefetchSize

        public Integer getPrefetchSize()
      • setPrefetchSize

        public void setPrefetchSize​(Integer prefetchSize)
      • getRecoverFromDeclareException

        public Boolean getRecoverFromDeclareException()
      • setRecoverFromDeclareException

        public void setRecoverFromDeclareException​(Boolean recoverFromDeclareException)
      • getThreadPoolSize

        public Integer getThreadPoolSize()
      • setThreadPoolSize

        public void setThreadPoolSize​(Integer threadPoolSize)
      • getAdditionalHeaders

        public Map<String,​Object> getAdditionalHeaders()
      • setAdditionalHeaders

        public void setAdditionalHeaders​(Map<String,​Object> additionalHeaders)
      • getAdditionalProperties

        public Map<String,​Object> getAdditionalProperties()
      • setAdditionalProperties

        public void setAdditionalProperties​(Map<String,​Object> additionalProperties)
      • getAllowNullHeaders

        public Boolean getAllowNullHeaders()
      • setAllowNullHeaders

        public void setAllowNullHeaders​(Boolean allowNullHeaders)
      • getChannelPoolMaxSize

        public Integer getChannelPoolMaxSize()
      • setChannelPoolMaxSize

        public void setChannelPoolMaxSize​(Integer channelPoolMaxSize)
      • getChannelPoolMaxWait

        public Long getChannelPoolMaxWait()
      • setChannelPoolMaxWait

        public void setChannelPoolMaxWait​(Long channelPoolMaxWait)
      • getGuaranteedDeliveries

        public Boolean getGuaranteedDeliveries()
      • setGuaranteedDeliveries

        public void setGuaranteedDeliveries​(Boolean guaranteedDeliveries)
      • getImmediate

        public Boolean getImmediate()
      • setImmediate

        public void setImmediate​(Boolean immediate)
      • getLazyStartProducer

        public Boolean getLazyStartProducer()
      • setLazyStartProducer

        public void setLazyStartProducer​(Boolean lazyStartProducer)
      • getMandatory

        public Boolean getMandatory()
      • setMandatory

        public void setMandatory​(Boolean mandatory)
      • getPublisherAcknowledgements

        public Boolean getPublisherAcknowledgements()
      • setPublisherAcknowledgements

        public void setPublisherAcknowledgements​(Boolean publisherAcknowledgements)
      • getPublisherAcknowledgementsTimeout

        public Long getPublisherAcknowledgementsTimeout()
      • setPublisherAcknowledgementsTimeout

        public void setPublisherAcknowledgementsTimeout​(Long publisherAcknowledgementsTimeout)
      • getAutoDetectConnectionFactory

        public Boolean getAutoDetectConnectionFactory()
      • setAutoDetectConnectionFactory

        public void setAutoDetectConnectionFactory​(Boolean autoDetectConnectionFactory)
      • getAutomaticRecoveryEnabled

        public Boolean getAutomaticRecoveryEnabled()
      • setAutomaticRecoveryEnabled

        public void setAutomaticRecoveryEnabled​(Boolean automaticRecoveryEnabled)
      • getAutowiredEnabled

        public Boolean getAutowiredEnabled()
      • setAutowiredEnabled

        public void setAutowiredEnabled​(Boolean autowiredEnabled)
      • setClientProperties

        public void setClientProperties​(Map<String,​Object> clientProperties)
      • getConnectionFactoryExceptionHandler

        public com.rabbitmq.client.ExceptionHandler getConnectionFactoryExceptionHandler()
      • setConnectionFactoryExceptionHandler

        public void setConnectionFactoryExceptionHandler​(com.rabbitmq.client.ExceptionHandler connectionFactoryExceptionHandler)
      • getConnectionTimeout

        public Integer getConnectionTimeout()
      • setConnectionTimeout

        public void setConnectionTimeout​(Integer connectionTimeout)
      • getNetworkRecoveryInterval

        public Integer getNetworkRecoveryInterval()
      • setNetworkRecoveryInterval

        public void setNetworkRecoveryInterval​(Integer networkRecoveryInterval)
      • getRequestedChannelMax

        public Integer getRequestedChannelMax()
      • setRequestedChannelMax

        public void setRequestedChannelMax​(Integer requestedChannelMax)
      • getRequestedFrameMax

        public Integer getRequestedFrameMax()
      • setRequestedFrameMax

        public void setRequestedFrameMax​(Integer requestedFrameMax)
      • getRequestedHeartbeat

        public Integer getRequestedHeartbeat()
      • setRequestedHeartbeat

        public void setRequestedHeartbeat​(Integer requestedHeartbeat)
      • getRequestTimeout

        public Long getRequestTimeout()
      • setRequestTimeout

        public void setRequestTimeout​(Long requestTimeout)
      • getRequestTimeoutCheckerInterval

        public Long getRequestTimeoutCheckerInterval()
      • setRequestTimeoutCheckerInterval

        public void setRequestTimeoutCheckerInterval​(Long requestTimeoutCheckerInterval)
      • getTopologyRecoveryEnabled

        public Boolean getTopologyRecoveryEnabled()
      • setTopologyRecoveryEnabled

        public void setTopologyRecoveryEnabled​(Boolean topologyRecoveryEnabled)
      • getTransferException

        public Boolean getTransferException()
      • setTransferException

        public void setTransferException​(Boolean transferException)
      • getPassword

        public String getPassword()
      • setPassword

        public void setPassword​(String password)
      • getSslProtocol

        public String getSslProtocol()
      • setSslProtocol

        public void setSslProtocol​(String sslProtocol)
      • setTrustManager

        public void setTrustManager​(TrustManager trustManager)
      • getUsername

        public String getUsername()
      • setUsername

        public void setUsername​(String username)