+

Search Tips   |   Advanced Search

Configuration planning for a messaging engine to use a data store

We must consider a number of choices before configuring a messaging engine to use a data store.


Relational database management system (RDBMS) for the data store

We might want to choose the RDBMS that you use for other applications, particularly if you are already familiar with the tools you use for managing that RDBMS. We might also want to consider the following criteria:

When a new messaging engine that uses a data store is created on a single server, it is configured to use an Apache Derby data source by default. This enables the messaging engine to run without needing any additional configuration. The default embedded Derby data source is sufficient for many purposes. Other relational database management systems offer more comprehensive tooling and improved performance, particularly scalability on larger machines with more than two processors.

Supported configurations: WebSphere Application Server supports direct customer use of the Apache Derby database in test environments only. The product does not support direct customer use of Apache Derby database in production environments. The product supports the use of Apache Derby only by internal application server componentsf in production environments.


Database topology

We must consider several options when selecting the relative location of a data store and its messaging engine:


Automatic creation of database tables

Consider whether we want WebSphere Application Server to create the data store tables automatically or whether we want our database administrator to create the tables beforehand:


Amount of BLOB space required to hold message data

  • Message data is stored in a database table column of datatype BLOB. Before creating a data store, you must consider the size of the expected workload to ensure that the database administrator creates a sufficiently large BLOB space to hold the message data.


    Related concepts

  • Data stores
  • Data store high availability
  • Data store topologies


    Related tasks

  • Configure a JDBC data source for a messaging engine
  • Create data store tables

  • Data store tables
  • Database privileges