Wolf-Dieter Fink [
http://community.jboss.org/people/wdfink] created the discussion
"Re: Hypersonic databases"
To view the discussion, visit:
http://community.jboss.org/message/636911#636911
--------------------------------------------------------------
Messaging and EJB timers are stored to the database.
A cluster should use the same database because you will share the informations (e.g. for
failover).
Maybe the timer is special because it might happen that a timer will be started on each
cluster node and you might avoid that, this is possible by changeing the ejb-timer
configuration (the table name must be different for each node).
Also you application must share the data otherwise you have fuzzy results if WEB/EJB calls
are loadbalanced.
--------------------------------------------------------------
Reply to this message by going to Community
[
http://community.jboss.org/message/636911#636911]
Start a new discussion in Beginner's Corner at Community
[
http://community.jboss.org/choose-container!input.jspa?contentType=1&...]