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 C++ API Reference » QAManagerBase class

putMessage function Next Page

putMessageTimeToLive function


Synopsis

qa_bool QAManagerBase::putMessageTimeToLive(
qa_const_string address,
QAMessage * msg,
qa_long ttl
)

Parameters
Remarks

Puts a message into the queue for the given destination and a given time-to-live in milliseconds.

Returns

True if and only if the operation succeeded.