[TIBCO.EMS .NET client library 8.1 documentation]

Defines the name of the provider property controlling the type of Session dispatcher threads

Namespace:  TIBCO.EMS
Assembly:  TIBCO.EMS (in TIBCO.EMS.dll)

Syntax

public const string PROP_DAEMON_DISPATCHER
Public Const PROP_DAEMON_DISPATCHER As String
public:
literal String^ PROP_DAEMON_DISPATCHER

Remarks

When application uses message listeners, TIBCO Enterprise Message Serivce creates internal dispatcher threads for each Session which has at least one asynchronous message consumer. By default those dispatcher threads are not set to be daemon threads. If this provider property is defined then the Session dispatcher threads will be created as daemon threads.

This property is defined as string "tibco.tibjms.daemon.dispatcher".

See Also