Manual start/stop
-
The Event Logging Server must be started before the JMS Receiver or Direct Collector.
-
The Direct Collector must be started before the REST Service.
-
The REST Sender and/or JMS Sender must be started before the Event Logging Agent (depends on Event Logging Agent configuration).
-
The Event Logging Agent must be started before the Log|OSGi|SAM|Locator Listeners.
-
Start the Talend Runtime Container.
-
Make sure the DataSource to be used by the Event Logging Server is started.
-
Enter the following commands at the console prompt:
-
tesb:start-el-server - starts the Event Logging Server.
-
tesb:start-el-jmsreceiver - starts the JMS Receiver.
-
tesb:start-el-restservice - starts the REST Service and the Direct Receiver.
-
tesb:start-el-restsender - starts the REST Sender.
-
tesb:start-el-jmssender - starts the JMS Sender.
-
tesb:start-el-agent - starts the Event Logging Agent.
-
tesb:start-el-loglistener - starts the Log Listener.
-
tesb:start-el-osgilistener - starts the OSGi Listener.
-
tesb:start-el-samlistener - starts the SAM Listener.
-
tesb:start-el-locatorlistener for the Locator Listener
-
tesb:start-el-dlq - starts the Robust event processing feature.
-
For each tesb:start-el-* command, there is a corresponding tesb:stop-el-* command. So, to stop the components, execute the tesb:stop-el-* commands in the reverse order.