Class RabbitMQConsumer

  • All Implemented Interfaces:
    de.codecentric.reedelk.runtime.api.component.Component, de.codecentric.reedelk.runtime.api.component.Implementor, de.codecentric.reedelk.runtime.api.component.Inbound, de.codecentric.reedelk.runtime.api.component.InboundEventListener

    public class RabbitMQConsumer
    extends de.codecentric.reedelk.runtime.api.component.AbstractInbound
    • Constructor Detail

      • RabbitMQConsumer

        public RabbitMQConsumer()
    • Method Detail

      • onStart

        public void onStart()
      • onShutdown

        public void onShutdown()
      • setQueueName

        public void setQueueName​(String queueName)
      • setMessageMimeType

        public void setMessageMimeType​(String messageMimeType)
      • setConnectionURI

        public void setConnectionURI​(String connectionURI)
      • setAutoAck

        public void setAutoAck​(Boolean autoAck)