Try OpenEdge Now
skip to main content
Administration
Messaging and ESB Administration : OpenEdge Adapter for SonicMQ Administration : Configuring and administering the OpenEdge Adapter for SonicMQ : Guidelines for editing the properties file : Server startup parameters
 
Server startup parameters
You can optionally specify the attributes described in the following table in the srvrStartupParam property of BrokerConnect.
Table 67. BrokerConnect attributes
Attribute
Value
Default
brokerURL
String
Null
user
String
Null
password
String
Null
clientID
String
Null
pingInterval
Number (of seconds) controlling how frequently the adapter instance pings the broker to verify that the broker is responding
None—the adapter instance does not ping the broker unless an interval is specified
Note: The srvrStartupParam property is a dynamic property. Any changes to this property only affects new agents started after the value changes because the change affects how the agent is started. Existing (running) brokers and agents are not updated with the new value.
If srvrStartupParam attributes are specified, they serve as default values for all of the clients; however, the ABL-JMS API allows clients to overwrite the srvrStartupParam defaults.
Names of attributes are case-sensitive and must be separated with a semicolon (;). For example:
srvrStartupParam=brokerURL=localHost; user=u1; password=p1;