spring activemq jmsTemplate.setTimeToLive take longer time more than the specified miliseconds to delete the message

Viewed 717

i need to delete a message after specific time so i enabled the explicitQosEnabled and set the time to live.

but i noticed that the message is deleted but it takes longer time than the specified(one minute) so anyone faced this issue before?

1 Answers
Related