putMessage function

Syntax
qa_bool QAManagerBase::putMessage(
  qa_const_string address,
  QAMessage * msg
)
Parameters
  • address   The destination.

  • msg   The message.

Remarks

Puts a message into the queue for the given destination.

Returns

True if and only if the operation succeeded.