[TIBCO.EMS .NET client library 6.3 documentation]
Assembly: TIBCO.EMS (in TIBCO.EMS.dll)
Defines the name of the provider property controlling the type of
Session dispatcher threads
Namespace:
TIBCO.EMSAssembly: TIBCO.EMS (in TIBCO.EMS.dll)
Syntax
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".