Event.Ext.replyEventImmediate()
Signature
Object replyEventImmediate(SimpleEvent request, SimpleEvent reply)
Description
Immediately replies with 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. Returns the JMSMessageID of the reply message in case of JMS Destinations, null otherwise.
Parameters
Name | Type | Description |
request | SimpleEvent | The original request SimpleEvent. |
reply | SimpleEvent | The Reply SimpleEvent. |
Returns
Type | Description |
Object | The String JMSMessageID of the reply message in case of JMS destinations, null otherwise. |