Data Stores and Transports
Data Stores and Transports
Data Stores and Transports
WSO2 Training
Databases and Transports
Databases and Datasources
Databases - Each Carbon-based product uses a database to store
information such as user management details and registry data. Each
WSO2 product is shipped with an embedded H2 database that works
for all types of data.
Databases - All nodes in the cluster must use one central database for config
and governance registry mounts
Databases and Datasources
Datasources - A datasource provides information that a server can use
to connect to a database. Either a RDBMS or a Custom Datasource can
be created through the WSO2 management console.
Connecting to a Database
Transports
Responsible for carrying messages that are in a specific format. The ESB
Profile of WSO2 EI supports widely used transports including HTTP/s,
JMS, and VFS, and domain-specific transports like FIX.
○ Receiver/Listener - org.apache.axis2.transport.TransportListener
○ Sender - org.apache.axis2.transport.TransportSender