Setting up the database

To set up the JDBC provider you must have created the broker. To create the broker you must run the Default Configuration wizard, see Creating the Default Configuration in the WebSphere Message Broker documentation.

To run the Simplified Database Routing sample you require a database with two tables which are populated with sample data as part of the setup. To connect and interact with the database by using JDBC, you must also create a user defined JDBCProvider definition as an entry in the registry of the broker.

Complete the following tasks to set up the database environment by following the instructions that are relevant to your database manager:

  1. Create and populate the database.
  2. Create the JDBCProvider definition.

Back to sample home