Try OpenEdge Now
skip to main content
BP Server Developer's Guide
JMS based event publisher : Administering the event publisher : Modifying event publisher properties
 

Modifying event publisher properties

You can modify the following properties at runtime.
publisher.default.filter.class=
publisher.event.cmdch.size=
publisher.event.transaction.size=
publisher.sleep.time=
publisher.debug.engine=
publisher.printEvent=
publisher.customclass.location=
After modification, you must inform the EventPublisher module that some properties were changed and cached values should be refreshed. Execute the following command to refresh the properties.
*Go to OEBPS_HOME\bin and execute eventpublisher.cmd refresh.
You can also refresh the properties of the EventPublisher by invoking the following static method.
*EventPublisherClient.refresh();
Note: Changes to any other property is effective only during the subsequent startup of the EventPublisher module.