[TIBCO.EMS .NET client library 8.1 documentation]
Assembly: TIBCO.EMS (in TIBCO.EMS.dll)
Defines the name of the provider property controlling if the
Session.Close,
Connection.Close or
Connection.Stop methods
can be called in the
IMessageListener.OnMessage
callback.
Namespace:
TIBCO.EMSAssembly: TIBCO.EMS (in TIBCO.EMS.dll)
Syntax
Remarks
According to the JMS 2.0 specification, calling any of these methods must trigger
an IllegalStateException.
If this property is set then the Close or the Stop method can be called
inside the callback and it will not throw an exception and will proceed
without waiting for the same callback to return.
This property is defined as string "tibco.tibjms.close.in.callback".