Hi, I've got a custom mailet that uses an external service to determine whether it should forward a message or not. If the external service is down, the mailet queues the message and processes it like the RemoteDeliveryMailet.
The issue that I have is that if I restart James while messages are in this queue, the queue appears to be empty when James comes back up. I've checked that the broker is defined with 'persistence="true"' and from what I've seen from trolling through the code I don't see that adding messages is done with the NON-PERSISTENT attribute. Any help would be appreciated! Thanks, Pat --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
