Enable business events

We can enable specific business events for additional processing. By enabling a business event, records are created in the BUSEVENT database table when that event is triggered; data from these records can be used by event listeners and external systems to perform additional processing.

To specify to perform further processing for a business event, set the value of the enable parameter for the event to true in the WebSphere Commerce configuration file (wc-server.xml). When that business event is triggered, records for the event are created in the BUSEVENT database table.


Task info

The following business events are enabled by default:

The following business events were enabled by default beginning in WebSphere Commerce Version 6:


Procedure

  1. Open the WebSphere Commerce configuration file (wc-server.xml).

  2. Locate the section for the business event to enable.

  3. Set the value of the enable parameter to true.

  4. Save and close the file.


What to do next

Package our changes to the WebSphere Commerce configuration file for deployment.


Related tasks
Disable business events
Processing business events