Chapter 8 Setting up the Message Service


Before you begin

If you were using the message service with EAServer 3.6.1 and you want to save your configuration, you must migrate your changes to the EAServer 4.1.1 repository. In EAServer 3.6.1, the MessageService.props file configured the message service. Starting with EAServer 4.0, user configured settings are stored in the MessageServiceConfig.props file. MessageService.props is now reserved for system settings and should not be modified.

If you do not need to save your previous configuration, drop the message service database tables from your database. EAServer re-creates them automatically. EAServer also creates the MessageServiceConfig.props file if it does not exist.

Steps Upgrading from an EAServer version 3.6.1 configuration

  1. Copy Repository/Component/CtsComponents/MessageService.props, under the root directory of your previous EAServer installation, to Repository/Component/CtsComponents/MessageServiceConfig.props under the root directory of the EAServer 4.1.1 installation.
  2. Using a text editor, edit MessageServiceConfig.props and remove all the lines that begin with:
    com.sybase.jaguar.component.
    

Steps Using an Oracle database

EAServer 4.1.1 includes a message service configuration file for customers who want to use an Oracle database. To use this file:

  1. Change to the EAServer Repository/Component/CtsComponents directory.
  2. Copy MessageServiceConfig.props.oracle to MessageServiceConfig.props.
  3. Follow the instructions in "Configuring message service database, debugging, and cluster options".

 


Copyright © 2002 Sybase, Inc. All rights reserved.