WebLogic Messaging API Class Library

Constants.MessagePropertyNames.DELIVERY_COUNT_PROPERTY_NAME Field

Message property key for retrieving the integer delivery count of a received message, the first delivery attempt yields the value 1. This is an optional feature of the JMS specification.

public const String DELIVERY_COUNT_PROPERTY_NAME = "JMSXDeliveryCount";

See Also

Constants.MessagePropertyNames Class | WebLogic.Messaging Namespace