Interface IronMQConstants


  • public interface IronMQConstants
    • Field Detail

      • 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:
        Constant Field Values
      • MESSAGE_RESERVATION_ID

        @Metadata(label="consumer",
                  description="The reservation id of the message.",
                  javaType="String")
        static final String MESSAGE_RESERVATION_ID
        See Also:
        Constant Field Values
      • 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:
        Constant Field Values
      • 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:
        Constant Field Values