Chapter 3: Configuring Real Time Messaging Services  Chapter 4: Real Time Stored Procedures for Administration

Chapter 3: Configuring Real Time Messaging Services

Configuring RTMS

To install Sybase RTMS, just install Adaptive Server. Installing RTMS requires an ASE_MESSAGING license.

StepsConfiguring RTMS

  1. Install the Real Time Messaging Services stored procedures:

    isql -i$SYBASE/$SYBASE_ASE/scripts/installmsgsvss
    
  2. Grant messaging_role to the appropriate Adaptive Server logins:

    grant role messaging_role to <login>
    
  3. Configure the server to use Real Time Messaging Services:

    sp_configure 'enable real time messaging', 1
    
  4. Increase memory configuration for Real Time Messaging Services:

    sp_configure 'messaging memory', <# of pages>
    

    The default value is 400 pages. Increase this value if your application requires more memory.

  5. If you have not already, add the local server and reboot:

    sp_addserver <local server name>, local
    

    You must reboot Adaptive Server for this command to take effect.





Copyright © 2004. Sybase Inc. All rights reserved. Chapter 4: Real Time Stored Procedures for Administration

View this book as PDF