This content has been marked as final. 
    
Show                 2 replies
    
- 
        1. Re: Finding redelivery count with 1.0.1 CR3mskonda Aug 8, 2006 8:11 AM (in response to srinivasanvs)I think you can use the property "JMSXDeliveryCount" to retrive the delivery count: int deliveryCount = getIntProperty("JMSXDeliveryCount");
- 
        2. Re: Finding redelivery count with 1.0.1 CR3timfox Aug 8, 2006 8:16 AM (in response to srinivasanvs)Yes JMSXDeliveryCount can be used. 
 However support for this property is optional in messaging systems.
 
     
    