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

SQL Anywhere 10.0.1 » QAnywhere » QAnywhere Java API Reference » ianywhere.qanywhere.client package » Interface QAManagerBase

getStringStoreProperty method Next Page

putMessage method


Synopsis

void ianywhere.qanywhere.client.QAManagerBase.putMessage(
String address,
QAMessage msg
)
throws QAException

Parameters
Throws
Remarks

Prepares a message to send to another QAnywhere client.

This method inserts a message and a destination address into your local message store. The time of message transmission depends on QAnywhere Agent transmission policies.

The address takes the form 'id\queue-name', where 'id' is the destination message store id and 'queue-name' identifies a queue that is used by the destination QAnywhere client to listen for or receive messages.

See Also

putMessageTimeToLive method