Default start/stop - 7.3

Talend ESB Infrastructure Services Configuration Guide

Version
7.3
Language
English
Product
Talend Data Fabric
Talend Data Services Platform
Talend ESB
Talend MDM Platform
Talend Open Studio for ESB
Talend Real-Time Big Data Platform
Module
Talend ESB
Talend Runtime
Content
Design and Development
Installation and Upgrade
Last publication date
2023-12-26

After starting the Talend Runtime Container, to start the Event Logging (EL) with the default profile, enter the following command at the console prompt:

tesb:start-el-default
This will start the following components:
  • Internal Derby Database,

  • Event Logging Server,

  • Event Logging Direct Receiver,

  • Event Logging REST Service,

  • Event Logging REST Sender,

  • Event Logging Agent,

  • Event Logging Log Listener,

  • Event Logging Locator Listener,

  • Event Logging SAM Listener.

Only the OSGi Listener is not started with the default profile, so if you want to use it, you have to manually start it with the following command:

tesb:start-el-osgilistener

Furthermore, if you want to use the Robust event processing feature to make sure none of the events are lost or skipped, as it is optional, it is not started by default with the tesb:start-el-default start command. So, you will have to start it manually as well by entering tesb:start-el-dlq at the console pompt. For more information about this feature, see Robust event processing.

You can shutdown the Event Logging with default profile by entering:

tesb:stop-el-default

However, if you started additional manual components as described above, you will have to execute their corresponding tesb:stop-* command as well.