setClientID procedure
- Last Updated: August 26, 2021
- 1 minute read
- OpenEdge
- Version 12.2
setClientID procedure
Sets the client ID value for the JMS-provider Broker connection and overwrites the default client ID set on the server side.
Syntax
|
Parameter
- clientID
- Client ID value for the JMS-provider Broker connection.
Applies to
Session objects
Notes
- A client ID is required for durable subscriptions and for client persistence.
- If called, #rfi1387308564629 overwrites the default client ID set on the server side.
See also
#rfi1387308564629, getClientID function
For more information, see the Setting and getting JMS connection and session attributes, the Methods unique to Pub/Sub messaging, and the Subscribing to a topic.