Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Comment: Migrated to Confluence 4.0

...

If you don't want to involve the WS-Policy Framework, or want to configure additional parameters such as the sequence termination policy or the persistent store, you can use the reliableMessaging feature. It is defined in namespace http://cxf.apache.org/ws/rm/managerImage Removed and supports the following child elements:

...

For details about the element types used in this namespace please refer to the schemas for the http://cxf.apache.org/ws/rm/managerImage Removed namespace (http://cxf.apache.org/schemas/wsrm-manager.xsdImage Removed and http://cxf.apache.org/schemas/wsrm-manager-types.xsdImage Removed). The jbdcStore element type is described below.

...

To enable persistence, you must specify the object implementing the persistent store for RM. You can develop your own, or use the JDBC based store that comes with CXF (class org.apache.cxf.ws.rm.persistence.jdbc.RMTxStore). You can configure the latter using a custom jdbcStore bean (namespace http://cxf.apache.org/ws/rm/managerImage Removed) inside the wsrm-mgr:reliableMessaging element. The jdbcStore bean supports the attributes:

...

To configure properties of the RM Manager, you can use the rmManager element from the http://cxf.apache.org/ws/rm/managerImage Removed namespace. It supports the same child elements as the reliableMessaging feature element above. For example, without using features, you can determine that seuences should have a maximum length of 5 as follows:

...