To install Sybase RTMS, just install Adaptive Server. Installing RTMS requires an ASE_MESSAGING license.
Configuring RTMS
Install the Real Time Messaging Services stored procedures:
isql -i$SYBASE/$SYBASE_ASE/scripts/installmsgsvss
Grant messaging_role to the appropriate Adaptive Server logins:
grant role messaging_role to <login>
Configure the server to use Real Time Messaging Services:
sp_configure 'enable real time messaging', 1
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.
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. |
![]() |