Click or drag to resize

IMessageDeliveryCount Property

version: 10.21.0
Gives the message delivery count.

Throws OperationErrorException when delivery count is not support on the delivery of the message.

Note messages from browser flows will have the delivery of the next consumer delivery not the current message delivery count from the endpoint.

Namespace:  SolaceSystems.Solclient.Messaging
Assembly:  SolaceSystems.Solclient.Messaging (in SolaceSystems.Solclient.Messaging.dll) Version: 10.21.0
Syntax
C#
int DeliveryCount { get; }

Property Value

Type: Int32
Exceptions
ExceptionCondition
OperationErrorException Thrown when delivery count is not supported on the message.
See Also