Database Caches - Changing lifetime

Hey everyone,

I’m really liking openfire and the flexibility it provides for my needs.I am wondering one thing, and I’ve had trouble searching a solution.

My current application has rapid database changes ocurring around the clock - and I would like openfire to be able to respond in kind accordingly. More specifcally, an individual’s membership in a given group. Currently it will cache data and not update the group member lists until after the server is restarted.

Does anyone have a solution or direction they can point me in?

http://community.igniterealtime.org/docs/DOC-1061

Check for properties that have “cache” in their name. You should be able to specify the age of your openfire caches

Thanks for the tip.

I was able to trim most caching at this link http://community.igniterealtime.org/docs/DOC-1673. More specifcally the comment by Ivan Tihiy.

Would anyone happen to know what the cache property for MUC permissions is? I can’t seem to find them in this list. Right now, my muc rooms aren’t updating their member/admin permissions right away from the database.