Click here to view and discuss this page in DocCommentXchange. In the future, you will be sent there automatically.

SQL Anywhere 11.0.0 » QAnywhere » QAnywhere API Reference » QAnywhere Java API reference » ianywhere.qanywhere.client package » Interface MessageProperties

 

IP variable

Syntax
final String ianywhere.qanywhere.client.MessageProperties.IP
Remarks

For "system" queue messages, the IP address of the network adapter that is being used to connect to the QAnywhere server.

The value of this field is "ias_Network.IP".

You can pass MessageProperties.IP in the QAMessage.getStringProperty(String) method to access the associated property.

This property is read-only.

See Also

Interface MessageProperties

getStringProperty method