BPM emitter service

You can use the wbmDeployBPMEmitterService command to install the BPM emitter service application (.ear files) for IBM® Business Process Manager to a server or cluster. Rather than generating Common Base Events directly, IBM BPM generates XML events which are then submitted to the BPM emitter service. The BPM emitter service receives the event XML and wraps it in a Common Base Event so that IBM Business Monitor can process it.

Purpose

The wbmDeployBPMEmitterService command installs and configures the BPM emitter service for use by IBM BPM. You must install IBM Business Monitor wherever you want to use the event emitter service, and then run this command.

Example

The following example uses Jacl to install the BPM event emitter service on a cluster.
$AdminTask wbmDeployBPMEmitterService {-cluster cluster1}

Parameters

The wbmDeployBPMEmitterService command accepts the parameters listed in the following table.
Parameter and Value Required? Description Comments
-cluster cluster_name | -server server_name -node node_name Required The cluster to install the BPM event emitter service on, or the server and node to install the BPM event emitter service on. If you specify a cluster, do not specify the server or node.

If you specify the server, you must also specify the node.