0

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.

jens walter
  • 13,269
  • 2
  • 56
  • 54
Roopesh
  • 11
  • 2

1 Answers1

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.

tibco user guide

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