Class RocketMQComponentConfiguration

java.lang.Object
org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
org.apache.camel.component.rocketmq.springboot.RocketMQComponentConfiguration

@ConfigurationProperties(prefix="camel.component.rocketmq") public class RocketMQComponentConfiguration extends org.apache.camel.spring.boot.ComponentConfigurationPropertiesCommon
Send and receive messages from RocketMQ cluster. Generated by camel-package-maven-plugin - do not edit this file!
  • Constructor Details

    • RocketMQComponentConfiguration

      public RocketMQComponentConfiguration()
  • Method Details

    • getNamesrvAddr

      public String getNamesrvAddr()
    • setNamesrvAddr

      public void setNamesrvAddr(String namesrvAddr)
    • getSendTag

      public String getSendTag()
    • setSendTag

      public void setSendTag(String sendTag)
    • getBridgeErrorHandler

      public Boolean getBridgeErrorHandler()
    • setBridgeErrorHandler

      public void setBridgeErrorHandler(Boolean bridgeErrorHandler)
    • getConsumerGroup

      public String getConsumerGroup()
    • setConsumerGroup

      public void setConsumerGroup(String consumerGroup)
    • getSubscribeTags

      public String getSubscribeTags()
    • setSubscribeTags

      public void setSubscribeTags(String subscribeTags)
    • getLazyStartProducer

      public Boolean getLazyStartProducer()
    • setLazyStartProducer

      public void setLazyStartProducer(Boolean lazyStartProducer)
    • getProducerGroup

      public String getProducerGroup()
    • setProducerGroup

      public void setProducerGroup(String producerGroup)
    • getReplyToConsumerGroup

      public String getReplyToConsumerGroup()
    • setReplyToConsumerGroup

      public void setReplyToConsumerGroup(String replyToConsumerGroup)
    • getReplyToTopic

      public String getReplyToTopic()
    • setReplyToTopic

      public void setReplyToTopic(String replyToTopic)
    • getWaitForSendResult

      public Boolean getWaitForSendResult()
    • setWaitForSendResult

      public void setWaitForSendResult(Boolean waitForSendResult)
    • getAutowiredEnabled

      public Boolean getAutowiredEnabled()
    • setAutowiredEnabled

      public void setAutowiredEnabled(Boolean autowiredEnabled)
    • getRequestTimeoutCheckerIntervalMillis

      public Long getRequestTimeoutCheckerIntervalMillis()
    • setRequestTimeoutCheckerIntervalMillis

      public void setRequestTimeoutCheckerIntervalMillis(Long requestTimeoutCheckerIntervalMillis)
    • getRequestTimeoutMillis

      public Long getRequestTimeoutMillis()
    • setRequestTimeoutMillis

      public void setRequestTimeoutMillis(Long requestTimeoutMillis)
    • getAccessKey

      public String getAccessKey()
    • setAccessKey

      public void setAccessKey(String accessKey)
    • getSecretKey

      public String getSecretKey()
    • setSecretKey

      public void setSecretKey(String secretKey)