[jdev] Question about JEP-0079
Barry Latimer
LatimerB at startcorp.com
Mon Dec 13 22:26:38 CST 2004
Hi,
I'm currently trying to implement JEP-0079 to expire messages if they could not be delivered by a certain time. If a message is dropped because it was expired I want the system to notify the sender.
But looking at the protocol I can not see how to do this as looking at Section 3.3.2 expire-at, I assuming that I add a rule that looks like the following
<rule condition="expire-at" value="2004-01-01T00:00:00" action="drop" />
So how do I also get the server to notify me, that it has dropped the message
More information about the JDev
mailing list