Kbase P149053: There is no setConnectID procedure available for the SonicMQ Adapter API in OpenEdge
Autor |
  Progress Software Corporation - Progress |
Acesso |
  Público |
Publicação |
  07/07/2009 |
|
Status: Unverified
SYMPTOM(s):
There is no setConnectID procedure available for the SonicMQ Adapter API in OpenEdge
It is not possible to set the connection ID for the SonicMQ Adapter in OpenEdge
When using the SonicMQ Adapter in OpenEdge there is no way to distinguish these client connections from each other in the Sonic Management Console under the connections list for a Sonic broker
FACT(s) (Environment):
OpenEdge 10.1x
OpenEdge 10.2A
All Supported Operating Systems
CAUSE:
Enhancement Request# OE00157826
FIX:
Access to the unique identifier used by Sonic to identify a specific connection between a SonicMQ client and the SonicMQ broker is provided in the OpenEdge 10.2A release by a new pair of APIs:
? setConnectID
syntax:
PROCEDURE setConnectID.
DEFINE INPUT PARAMETER connectID AS CHARACTER.
? getConnectID
syntax:
FUNCTION getConnectID RETURNS CHARACTER
The APIs apply to session objects and are supported for all connection types.