Class SendFlags

  • All Implemented Interfaces:
    Parameter

    public class SendFlags
    extends java.lang.Object
    implements Parameter
    • Constructor Summary

      Constructors 
      Constructor Description
      SendFlags()  
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void apply​(com.solacesystems.jms.SolConnectionFactory cf)  
      java.lang.Boolean getDmqEligible()
      This property specifies whether sent messages are eligible for the dead message queue.
      java.lang.Boolean getElidingEligible()
      This property specifies whether sent messages are marked as eligible for eliding.
      java.lang.Boolean getGenerateSenderID()
      This property is used to Indicates whether the client name should be included in the SenderID message header parameter.
      java.lang.Boolean getXmlPayload()
      This property specifies whether sent text messages have an XML payload.
      void setDmqEligible​(java.lang.Boolean dmqEligible)
      This property specifies whether sent messages are eligible for the dead message queue.
      void setElidingEligible​(java.lang.Boolean elidingEligible)
      This property specifies whether sent messages are marked as eligible for eliding.
      void setGenerateSenderID​(java.lang.Boolean generateSenderID)
      This property is used to Indicates whether the client name should be included in the SenderID message header parameter.
      void setXmlPayload​(java.lang.Boolean xmlPayload)
      This property specifies whether sent text messages have an XML payload.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • SendFlags

        public SendFlags()
    • Method Detail

      • apply

        public void apply​(com.solacesystems.jms.SolConnectionFactory cf)
        Specified by:
        apply in interface Parameter
      • getDmqEligible

        public java.lang.Boolean getDmqEligible()
        This property specifies whether sent messages are eligible for the dead message queue.
      • setDmqEligible

        public void setDmqEligible​(java.lang.Boolean dmqEligible)
        This property specifies whether sent messages are eligible for the dead message queue.
      • getElidingEligible

        public java.lang.Boolean getElidingEligible()
        This property specifies whether sent messages are marked as eligible for eliding.
      • setElidingEligible

        public void setElidingEligible​(java.lang.Boolean elidingEligible)
        This property specifies whether sent messages are marked as eligible for eliding.
      • getGenerateSenderID

        public java.lang.Boolean getGenerateSenderID()
        This property is used to Indicates whether the client name should be included in the SenderID message header parameter.
      • setGenerateSenderID

        public void setGenerateSenderID​(java.lang.Boolean generateSenderID)
        This property is used to Indicates whether the client name should be included in the SenderID message header parameter.
      • getXmlPayload

        public java.lang.Boolean getXmlPayload()
        This property specifies whether sent text messages have an XML payload.
      • setXmlPayload

        public void setXmlPayload​(java.lang.Boolean xmlPayload)
        This property specifies whether sent text messages have an XML payload.