Creating data stores for WebLogic Server

When you create data sources, you must create a data store for each of the four queues. Stores are used to hold the queue messages.

About this task

The prefix values are important. If you do not have unique names for prefix values on each store, messages can become corrupted because they all use the same store files.

Procedure

  1. In the WebLogic Server administrative console, click Lock and Edit .
  2. Select Services > Persistent stores.
  3. Create a Java™ Database Connectivity (JDBC) store for a continuous inbound queue.
  4. Specify the name as mxintcqinstore.
  5. Specify the target as cqinserver.
  6. Select the data source you created previously and enter the prefix value mxintcqin.
  7. Click Finish.
  8. Repeat steps 4-7 to create a JMS JDBC store for a sequential inbound queue. Specify the following values:
    Option Description
    Name mxintsqinstore
    Target MAXIMOIF
    Prefix value mxintsqin
  9. Repeat steps 4-7 to create a JMS JDBC store for a sequential outbound queue. Specify the following values:
    Option Description
    Name mxintsqoutstore
    Target MAXIMOU11
    Prefix value mxintsqout
  10. Repeat steps 4-7 to create a JMS JDBC store for a continuous inbound error queue. Specify the following values:
    Option Description
    Name mxintcqinerrstore
    Target MAXIMOIF
    Prefix value mxintcqinerr
  11. Activate your changes.


Feedback