[TIBCO.EMS .NET client library 6.3 documentation]
Assembly: TIBCO.EMS (in TIBCO.EMS.dll)
Defines the name of the provider property controlling if a
MessageConsumer.close(), Session.close() or Connection.close()
methods can be called in the MessageListener callback.
Namespace:
TIBCO.EMSAssembly: TIBCO.EMS (in TIBCO.EMS.dll)
Syntax
Remarks
According to the specifications, calling any of those methods
must wait for the MessageListener callback to return before
the close() method can return to the calling application.
Consequently, if the close() method is called inside the callback
it causes a deadlock. If this property is set then the close() method
can be called inside the callback and it will not wait for the same
callback to return.
This property is defined as string "tibco.tibjms.close.in.callback".