Starting/Stopping event publisher
You must have the JMS server up and running to start and stop the EventPublisher.
On Windows, go to
OEBPS_HOME\bin.
To start the EventPublisher, execute startEventPublisher [-u <user>] [-p <passwd>]
To stop the EventPublisher, execute stopEventPublisher [-u <user>] [-p <passwd>]
Note: In case user and password values are not provided, the default values "ebms" and "ebms" are used.
On UNIX, execute
eventpublisher.sh start to start the EventPublisher and
eventpublisher.sh stop to stop the EventPublisher.
You can also start or stop the EventPublisher by invoking the following static methods.
EventPublisherClient.start();
EventPublisherClient.stop();