Disable business events

If you do not require further processing for a business event, we can disable the event so that records are not created in the BUSEVENT database table when that event is triggered.

To specify that you do not want to perform further processing for a business event, set the value of the enable parameter for the event to false in the WebSphere Commerce configuration file (wc-server.xml).


Task info

We can disable any of the following business events we are not using:

Beginning in WebSphere Commerce Version 6, the following business events are enabled by default. We can disable any of the following business events we are not using:


Procedure

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

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

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

  4. Save and close the file.


What to do next

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


Related tasks
Enable business events
Processing business events