Defining a Static Durable

Administrators must define each and every static durable in the realm definition.

(Dynamic durables are simpler to use because they do not require pre-configuration of each individual durable.)

Procedure

  1. Coordinate with application developers to determine the requirements.
  2. Define the endpoint in the application.
  3. Associate the endpoint with a persistence store.
  4. Define static durables.
    The parameter values depend on the type of durable.
  5. Optional. Define a subscriber name mapping.
    Note: Subscriber name mapping is an advanced topic.
    If application programs supply only durable names (and not subscriber names) when subscribing to static durables, then you may omit this step.
  6. Ensure that the persistence services are running.