Join this online group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.
I have a service, invoked by a JMS trigger, that calls throwExceptionForRetry. On each retry attempt, the JMSXDeliveryCount remains at 1 – it is not incremented for each attempt.
Hi Michael,
Looks like IS is reprocessing the message locally so message redelivery count doesn’t really change. Message delivery count is increased when JMS provider is forced to resend the message. I am not IS expert, but you could try something along following lines: