EndpointProperties.MaxMsgRedelivery Property

Solclient

EndpointPropertiesMaxMsgRedelivery Property
version: 7.2.1.27
Number of redelivery attempts before the endpoint move a message to the DMQ.

Namespace: SolaceSystems.Solclient.Messaging
Assembly: SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 7.2.1.27 (7.2.1.27)
Syntax
public Nullable<int> MaxMsgRedelivery { get; set; }
Public Property MaxMsgRedelivery As Nullable(Of Integer)
	Get
	Set
public:
property Nullable<int> MaxMsgRedelivery {
	Nullable<int> get ();
	void set (Nullable<int> value);
}

Property Value

Type: NullableInt32
See Also