IPWorks MQ 2020 JavaScript Edition

Questions / Feedback?

ClientProperties Property

A collection of table fields that describe properties of the client.

Syntax


 getClientProperties(): AMQPCTableFieldList;

 setClientProperties(clientProperties: AMQPCTableFieldList): void;

Default Value

Remarks

This property holds a collection of amqpctablefield objects representing client properties. During the connection process, these properties will be sent to the server.

While the class does not send any client properties by default, it is common for AMQP clients to send "product", "version", and "platform" properties to help identify themselves.

This property is not available at design time.

Copyright (c) 2022 /n software inc. - All rights reserved.
IPWorks MQ 2020 JavaScript Edition - Version 20.0 [Build 8262]