Associating processes with node types

You can associate a process with a node type by editing the corresponding file for the process.Associating a process with a node type allows you to control what kind of node handles the process by default.

You can specify a node type in the following components:

System.ObjectQueueDispatcher
Runs the object queue dispatcher on the specified node type. Default value is batch.
System.SessionManager
Redirects all requests to the specified node type. Default value is web.
HTTP channels
Redirects and processes messages sent to HTTP channels on the specified node type. Default value is web.
Object queues
Redirects and processes messages sent to object queue channels on the specified node type. Default value is System.ObjectQueueDispatcher.comp.nodeType, which is the node type from the System.ObjectQueueDispatcher component.
Batch jobs
Processes batch jobs on the specified node type. Default value is System.ObjectQueueDispatcher.comp.nodeType, which is the node type from the System.ObjectQueueDispatcher component.

The procedure to associate a process with a node type varies for each component.