getAddress method

Syntax
String QAMessage.getAddress()
throws QAException
Throws
  • Thrown if there is a problem retrieving the destination address.

Remarks

Returns the destination address for the QAMessage instance.

When a message is sent, this field is ignored. After completion of a send operation, the field holds the destination address specified in QAManagerBase.putMessage(String, QAMessage).

Returns

The destination address for the QAMessage instance.