Class SendTuning
- java.lang.Object
-
- com.adaptris.core.jms.solace.parameters.SendTuning
-
-
Constructor Summary
Constructors Constructor Description SendTuning()
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidapply(com.solacesystems.jms.SolConnectionFactory cf)java.lang.IntegergetSendAdAckTimerInMillis()This property specifies the duration of the acknowledgement timer in milliseconds.java.lang.IntegergetSendAdMaxResends()The maximum number of times the API can resend a message if not acknowledged by the appliance, or if a resend is required on reconnection.java.lang.IntegergetSendAdWindowSize()This property specifies the size of the sliding acknowledgement window for non-persistent messages.java.lang.IntegergetSendBufferSize()This property is used to specify the socket’s send buffer size in bytes.voidsetSendAdAckTimerInMillis(java.lang.Integer sendAdAckTimerInMillis)This property specifies the duration of the acknowledgement timer in milliseconds.voidsetSendAdMaxResends(java.lang.Integer sendAdMaxResends)The maximum number of times the API can resend a message if not acknowledged by the appliance, or if a resend is required on reconnection.voidsetSendAdWindowSize(java.lang.Integer sendAdWindowSize)This property specifies the size of the sliding acknowledgement window for non-persistent messages.voidsetSendBufferSize(java.lang.Integer sendBufferSize)This property is used to specify the socket’s send buffer size in bytes.
-
-
-
Method Detail
-
apply
public void apply(com.solacesystems.jms.SolConnectionFactory cf)
-
getSendAdAckTimerInMillis
public java.lang.Integer getSendAdAckTimerInMillis()
This property specifies the duration of the acknowledgement timer in milliseconds.
-
setSendAdAckTimerInMillis
public void setSendAdAckTimerInMillis(java.lang.Integer sendAdAckTimerInMillis)
This property specifies the duration of the acknowledgement timer in milliseconds.
-
getSendAdMaxResends
public java.lang.Integer getSendAdMaxResends()
The maximum number of times the API can resend a message if not acknowledged by the appliance, or if a resend is required on reconnection.
-
setSendAdMaxResends
public void setSendAdMaxResends(java.lang.Integer sendAdMaxResends)
The maximum number of times the API can resend a message if not acknowledged by the appliance, or if a resend is required on reconnection.
-
getSendAdWindowSize
public java.lang.Integer getSendAdWindowSize()
This property specifies the size of the sliding acknowledgement window for non-persistent messages.
-
setSendAdWindowSize
public void setSendAdWindowSize(java.lang.Integer sendAdWindowSize)
This property specifies the size of the sliding acknowledgement window for non-persistent messages.
-
getSendBufferSize
public java.lang.Integer getSendBufferSize()
This property is used to specify the socket’s send buffer size in bytes.
-
setSendBufferSize
public void setSendBufferSize(java.lang.Integer sendBufferSize)
This property is used to specify the socket’s send buffer size in bytes.
-
-