2 Replies Latest reply on Aug 1, 2003 1:11 AM by stephanenicoll

    Message expiration & delivery questions

      I have two questions regarding JbossMQ

      1/ Regarding expiration, is there a way to receive a message that expires. I mean i want to do something when a message expires (such as sending a mail 'Event expired' or something. Is it possible?

      2/ I want to put a message in the queue and make sure it's delivered from a certain time. Is it possible to put the time in a JMS property and uses a filter on that? Of course the time changes.

      Let's say I want message A to be processed tomorrow at 10:00 (might be 10:04 if the system is busy) and message B to be processed today at 6:00. I want to put those two message on the queue and don't worry about time issue. Is is possible?