Disabling the event monitor

You can disable the event monitor in your inbound application in the Annotations view.

Before you begin

The event monitor V7 function works with WebSphere® Application Server V7.x. WebSphere event monitor is not supported in WebSphere Application Server v8.0.

About this task

If you have created a J2C inbound application that uses the event monitor function, you can disable this function in the Annotations view.

Procedure

  1. Expand your inbound project, and expand ejbModule > <package_name> > <message-driven bean>. Right-click on your message-driven bean, and select Open With > Java Editor.
  2. Select the Annotations view, and expand your message-driven bean and select EventEndPointConfiguration - com.ibm.adapter.j2c.inbound.annotations. In the Attributes panel, clear Monitor to disable event monitoring for this application.
    Disable event monitor
    Important: You can disable the monitor only at compile time; currently, you cannot disable the event monitor at runtime.
  3. After you disable the monitor, select your project and select Project > Clean.
  4. To re-enable event monitoring, click monitor.

Feedback