we have an application that is configured to work in CLIENT_ACKNOWLEDGE mode of TIBCO JMS queue. Now we want to put a limit on number of times a message can be redelivered.
Asked
Active
Viewed 1,017 times
1 Answers
1
To configure re-delivery of messages you need to configure the "maxRedelivery" on the destination.
For more detailed instructions look at the Tibco user guide under "Chapter 2 Destinations" -> "Destination Properties" -> maxRedelivery.

jens walter
- 13,269
- 2
- 56
- 54