Creating queue stores

You create Java™ Message Service (JMS) stores to store the persistent messages. For sequential outbound queues, you create the queue stores for each cluster to ensure that specific cluster downtime does not affect other clusters. For other queue types (sequential inbound queue and continuous inbound queue), you ensure that they are configured for the integration framework and cron task clusters.

Procedure

  1. Create a sequential outbound queue store, and name the store sqoutuistore. Target the sqoutuistor store to one of the user interface cluster servers.
  2. Create the following stores for each queue that you are creating. Target each store to one of the integration framework cluster servers.
    1. For the sequential inbound queue, create a store and name it sqinstore.
    2. For the sequential outbound queue, create a store and name it sqoutintstore.
    3. For the continuous inbound queue, create a store and name it cqinstore.
  3. Create a sequential outbound queue store, and name the store sqoutcronstore. Target the sqoutcronstore store to one of the cron task cluster servers.