TIBCO Enterprise Message Service 4.3.0 .NET Client Class Library

Tibems.PROP_CLOSE_IN_CALLBACK Field

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.

public const string PROP_CLOSE_IN_CALLBACK = "tibco.tibjms.close.in.callback";

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

See Also

Tibems Class | TIBCO.EMS Namespace