TIBCO Enterprise Message Service 4.3.0 .NET Client Class Library

Tibems.PROP_DAEMON_DISPATCHER Field

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

public const string PROP_DAEMON_DISPATCHER = "tibco.tibjms.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".
For complete details, see the corresponding item in the book TIBCO Enterprise Message Service .NET Reference.

See Also

Tibems Class | TIBCO.EMS Namespace