Event.Ext.replyEventExt()

Signature

boolean replyEventExt(SimpleEvent request, SimpleEvent reply, boolean forceImmediate)

Domain

ACTION, BUI

Description

Sends a SimpleEvent to the Destination specified within the request SimpleEvent such as an inbox in case of RV or a JMSReplyTo property in case of JMS. The Destination in turn specifies the Channel where the SimpleEvent will be sent in the JMS Message. If the original SimpleEvent does not have a reply destination or a subject set, this method will return false.

Parameters

NameTypeDescription
requestSimpleEventThe original request SimpleEvent.
replySimpleEventThe Reply SimpleEvent.
forceImmediatebooleanIf true, the reply event will be immediately passed off to the reply destination to be sent.

Returns

TypeDescription
booleantrue if the SimpleEvent is sent; false otherwise.