To install Sybase RTMS, simply install Adaptive Server, including an RTMS requires an ASE_MESSAGING license. Follow the instructions in the installation guide for your platform. You must install Adaptive Server before you can configure RTMS.
Configuring RTMS
Install the RTMS 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 RTMS:
sp_configure 'enable real time messaging', 1
LD_LIBRARY_PATH must be correct for
this step to succeed.
Increase memory configuration:
sp_configure 'messaging memory', <# of pages>
The default value is 400 pages. Increase this value if your application requires more memory.
Add the local server, if you have not already, then restart:
sp_addserver <local server name>, local
You must restart Adaptive Server for this command to take effect.
If you are using MQ, configure Q engines—which are Adaptive Server engines that perform only MQ client API calls—and restart:�
�sp_configure "max online engines", 11� sp_configure "max online Q engines", 1� sp_configure "number of Q engines at startup", 1�
If the existing max online engines parameter is set to 10, this example sets it to� 11 to allow one Q engine.
Copyright © 2005. Sybase Inc. All rights reserved. |
![]() |