Interface SjmsConstants


  • public interface SjmsConstants
    • Field Detail

      • JMS_DESTINATION_NAME

        @Metadata(label="producer",
                  description="DestinationName is a JMS queue or topic name. By default, the destinationName is interpreted as a queue name.",
                  javaType="String")
        static final String JMS_DESTINATION_NAME
        See Also:
        Constant Field Values
      • JMS_REQUEST_TIMEOUT

        @Metadata(label="producer",
                  description="The timeout for waiting for a reply when using the InOut Exchange Pattern (in milliseconds).",
                  javaType="long")
        static final String JMS_REQUEST_TIMEOUT
        See Also:
        Constant Field Values
      • JMS_CORRELATION_ID

        @Metadata(label="producer",
                  description="The correlation ID.",
                  javaType="String")
        static final String JMS_CORRELATION_ID
        See Also:
        Constant Field Values
      • JMS_REPLY_TO

        @Metadata(label="producer",
                  description="Provides an explicit ReplyTo destination (overrides any incoming value of Message.getJMSReplyTo() in consumer)",
                  javaType="String")
        static final String JMS_REPLY_TO
        See Also:
        Constant Field Values