I want the messages to get deleted from the JMS queue if they are not consumed within a certain time limit. What attribute or setting should I configure in while creating the queue? I have tried expiry but even after the expiry time, I can see the message in the queue
Asked
Active
Viewed 361 times
1 Answers
0
Some JMS implementations will expire messages on queue, but some drop expired messages when consumed. So even though you can see an expired message in the queue, it should not be received by any messages receiver.

Nicholas
- 15,916
- 4
- 42
- 66