![]() |
|
You must specify the JMS Service to use DB-based persistence and the DataSource that has just been created. This is specified through the following configuration:
<configuration service-name="JMSService">
<persistent-store>
<persistence-enabled>true</persistence-enabled>
<persistence-disabled-policy>throw-exception</persistence-disabled-policy>
<persistence-type>db-store</persistence-type>
<db-store>
<data-source-name>jms_cluster_ds</data-source-name>
<jms-table-name-prefix>pmt1_</jms-table-name-prefix>
</db-store>
</persistent-store>
</configuration>
Related Topics:
| © Pramati Technologies 2007 | Runs on Pramati Server | Feedback | Legal |