Class ReceiveTuning

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

public class ReceiveTuning extends Object implements Parameter
  • Constructor Details

    • ReceiveTuning

      public ReceiveTuning()
  • Method Details

    • apply

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

      public Integer getReceiveAdAckThreshold()
      This property specifies the threshold for sending an acknowledgement to the appliance.
    • setReceiveAdAckThreshold

      public void setReceiveAdAckThreshold(Integer receiveAdAckThreshold)
      This property specifies the threshold for sending an acknowledgement to the appliance.
    • getReceiveAdAckTimerInMillis

      public Integer getReceiveAdAckTimerInMillis()
      This property specifies the duration of the acknowledgement timer.
    • setReceiveAdAckTimerInMillis

      public void setReceiveAdAckTimerInMillis(Integer receiveAdAckTimerInMillis)
      This property specifies the duration of the acknowledgement timer.
    • getReceiveAdWindowSize

      public Integer getReceiveAdWindowSize()
      This property specifies the size of the sliding acknowledgement window.
    • setReceiveAdWindowSize

      public void setReceiveAdWindowSize(Integer receiveAdWindowSize)
      This property specifies the size of the sliding acknowledgement window.
    • getReceiveBufferSize

      public Integer getReceiveBufferSize()
      This property is used to configure the socket’s receive buffer size in bytes.
    • setReceiveBufferSize

      public void setReceiveBufferSize(Integer receiveBufferSize)
      This property is used to configure the socket’s receive buffer size in bytes.
    • getSubscriberLocalPriority

      public Integer getSubscriberLocalPriority()
      This property specifies the priority that a client’s subscriptions have for receiving Deliver-To-One messages published on the Solace appliance that the client is directly connected to.
    • setSubscriberLocalPriority

      public void setSubscriberLocalPriority(Integer subscriberLocalPriority)
      This property specifies the priority that a client’s subscriptions have for receiving Deliver-To-One messages published on the Solace appliance that the client is directly connected to.
    • getSubscriberNetworkPriority

      public Integer getSubscriberNetworkPriority()
      This property specifies the priority that a client’s subscriptions have for receiving Deliver-To-One messages published by other Solace appliances in the Solace Messaging Platform.
    • setSubscriberNetworkPriority

      public void setSubscriberNetworkPriority(Integer subscriberNetworkPriority)
      This property specifies the priority that a client’s subscriptions have for receiving Deliver-To-One messages published by other Solace appliances in the Solace Messaging Platform.