Am I correct in understanding that:

- Messages written to a queue are deleted on being successfully read
- Messages written to a persitent queue are deleted if not read after
  TimeToLive milliseconds.
- Messages written to a persistent topic are only deleted after TimeToLive
  milliseconds have passed since publishing
- Messages written to a non-persistent topic are delivered to connected
  consumers and then immediatly deleted.
- The default TimeToLive value in JBoss is 0, ie forever.

so if I don't set TTL on the message or publisher for a topic the messages 
will hang around forever?

I'm trying to get an idea of the expected size of the persistent message 
stores in our application.

thanks, brian wallis...



-------------------------------------------------------
This SF.net email is sponsored by: SF.net Giveback Program.
SourceForge.net hosts over 70,000 Open Source Projects.
See the people who have HELPED US provide better services:
Click here: http://sourceforge.net/supporters.php
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to