Interface IronMQConstants


public interface IronMQConstants
  • Field Details

    • MESSAGE_ID

      @Metadata(description="(producer) The id of the IronMQ message as a String when sending a single message, or a Ids object when sending a array of strings. (consumer) The id of the message.", javaType="String or io.iron.ironmq.Ids") static final String MESSAGE_ID
      See Also:
    • MESSAGE_RESERVATION_ID

      @Metadata(label="consumer", description="The reservation id of the message.", javaType="String") static final String MESSAGE_RESERVATION_ID
      See Also:
    • MESSAGE_RESERVED_COUNT

      @Metadata(label="consumer", description="The number of times this message has been reserved.", javaType="long") static final String MESSAGE_RESERVED_COUNT
      See Also:
    • OPERATION

      @Metadata(label="producer", description="If value set to \'CamelIronMQClearQueue\' the queue is cleared of unconsumed messages.", javaType="String") static final String OPERATION
      See Also:
    • CLEARQUEUE

      static final String CLEARQUEUE
      See Also: