[jboss-dev-forums] [Design of Messaging on JBoss (Messaging/JBoss)] - Re: Some thoughts on large messages and message chunking
timfox
do-not-reply at jboss.com
Wed Oct 1 12:16:00 EDT 2008
Ok seems like the right place. (StorageManager)
NullPersistenceManager does (or doesn't do) what it says on the can - no persistence.
That means no persistence at all:
1) No message journal
2) No bindings journal
3) No paging
4) No storing large messages outside the journal.
It is designed for people who do not (or cannot) use the filesystem (e.g. in applet or sandbox or embedded) so no file system access should be attempted.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4179863#4179863
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4179863
More information about the jboss-dev-forums
mailing list