monitorJMSPushQueue

This method returns how many asynchronous jobs are currently in the JMS queue on the SDX system.

Request Parameters

Parameter Type Requirement Description
Username xsd:string mandatory - cannot be null or empty Login Credentials.
password xsd:string mandatory - cannot be null or empty Login Credentials.
pwordEncoded xsd:boolean optional - can be null(indicates false) Indicates if the password parameter is MD5 hash and base64 encoded.

Response

Response Type: String

A successful response will return a numerical value indicating how many jobs are in the JMS queue.

32