Class SendFlags

java.lang.Object
com.adaptris.core.jms.solace.parameters.SendFlags
All Implemented Interfaces:
Parameter

public class SendFlags extends Object implements Parameter
  • Constructor Summary

    Constructors
    Constructor
    Description
     
  • Method Summary

    Modifier and Type
    Method
    Description
    void
    apply(com.solacesystems.jms.SolConnectionFactory cf)
     
    This property specifies whether sent messages are eligible for the dead message queue.
    This property specifies whether sent messages are marked as eligible for eliding.
    This property is used to Indicates whether the client name should be included in the SenderID message header parameter.
    This property specifies whether sent text messages have an XML payload.
    void
    setDmqEligible(Boolean dmqEligible)
    This property specifies whether sent messages are eligible for the dead message queue.
    void
    setElidingEligible(Boolean elidingEligible)
    This property specifies whether sent messages are marked as eligible for eliding.
    void
    setGenerateSenderID(Boolean generateSenderID)
    This property is used to Indicates whether the client name should be included in the SenderID message header parameter.
    void
    setXmlPayload(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 Details

    • SendFlags

      public SendFlags()
  • Method Details

    • apply

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

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

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

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

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

      public 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(Boolean generateSenderID)
      This property is used to Indicates whether the client name should be included in the SenderID message header parameter.
    • getXmlPayload

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

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