Creating the database

Use this task to create the database for your messaging engine.

Before you begin

Choose which Relational Database Management System (RDBMS) you want to use for the data store. Unless you are using the embedded Cloudscape provider, create the database before you create a messaging engine. Make a note of the database parameters that you need for configuring the data source. Refer to Configuring a JDBC data source for a messaging engine for more information.

Procedure

Refer to the documentation for your chosen RDBMS for information about how to create a database.
Sybase tips:
  • Ensure that you create the database server with a page size of at least 4k.
  • Ensure that you set the lock scheme property on your server to the value datarows. This avoids the possibility of a deadlock on the data store tables.
  • Ensure that you set the enable housekeeper GC property on your server to the value 5. This improves the ability of the server to reclaim redundant space within your database when it is under heavy load.
  • Ensure that you select the allow nulls by default option for your database instance. This is required for the correct operation of the messaging engine.



In this information ...


IBM Redbooks, demos, education, and more

(Index)

Use IBM Suggests to retrieve related content from ibm.com and beyond, identified for your convenience.

This feature requires Internet access.

Task topic    

Terms of Use | Feedback

Last updated: Aug 29, 2010 9:31:45 PM CDT
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=vela&product=was-nd-mp&topic=tjm0060
File name: tjm0060_.html