replyQueueFullName

Type: String[250]

The replyQueueFullName property of the JadeGenericMessage class contains the full name of the queue into which replies to this message should be put.

The replyQueueFullName property would be set by the sender of a request message; that is, a message from which the sender expects to receive a reply. The process replying to the message is expected to add the reply message to the queue identified by the replyQueueFullName property. The transport name part of the replyQueueFullName must match the transport name of the message.

The replyQueueFullName property cannot be set after calling the beginMessage or putMessage method of the JadeGenericQueue class.