![]() |
|
While JMS nodes can use either Local File Store (LFS) or DB store for persistent messages, clustered JMS nodes must use DB store for message persistence. This is because stand-by nodes cannot access messages in the LFS in case of a failover.
Messages delivered to a node using LFS are not visible to stand-by nodes in the cluster. When the node fails, the new node that becomes active cannot retrieve those messages.
So, all the clustered nodes must use a centralized database (using DB-based persistence) for their messages.
To configure the centralized database that should be used by all the JMS Clustered nodes, you must provide the required configuration in the configuration.xml file. This file contains the configuration for creating a DataSource and assigning the datasource to the JMS Service for use of its persistent messages.
The configuration.xml file contains the document element as topology tag. Under the topology tag, you can have any number of configuration elements.
Related Topics:
| © Pramati Technologies 2007 | Runs on Pramati Server | Feedback | Legal |