Tibems.SetSessionDispatcherDaemon


Method

Declaration

static void SetSessionDispatcherDaemon( 
    bool makeDaemon ); 

Purpose

Set the dispatcher thread setting.

Remarks

When a program uses asynchronous message consumers (either message listeners or .NET message event handler delegates), EMS creates internal dispatcher threads for each Session that has at least one asynchronous message consumer. When this setting is true, those dispatcher threads are daemon threads; when false (the default) they are not daemon threads.

Parameter
Description
makeDaemon
  • When true, dispatcher threads are daemon threads.
  • When false, (the default) they are not daemon threads

.NET
Compact Framework

The .NET Compact Framework does not support daemon threads. This call has no effect, and returns without error.

See Also

Tibems.GetSessionDispatcherDaemon


TIBCO Enterprise Message Service™ .NET Reference
System Release 4.3, February 2006
Copyright © TIBCO Software Inc. All rights reserved
www.tibco.com