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.
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".
For complete details, see the corresponding item in the book TIBCO Enterprise Message Service .NET Reference.
Tibems Class | TIBCO.EMS Namespace