...
What are the minimum requirements to run WSO2 ESB?
Refer to ESB system requirements.
What makes WSO2 ESB fast and high-performant?
...
Yes you can connect WSO2 ESB with any external user store implementation. The user store could be LDAP based, JDBC based or a custom developed user store. For more information, refer to User Management .
Does WSO2 ESB interop with a .net client/service?
...
Yes, WSO2 ESB is lean and allows you to maintain just the right set of features required at the time. Simply login to the ESB management console and uninstall any unwanted features from the list of Installed Features.
Can I add support for other language for the management console ?
...
Yes you can. The necessary steps are given in section, Registry .
What is a mediator?
A mediator is the basic message processing unit in the ESB. A mediator can take a message, carry out some predefined actions on it and output the modified message. WSO2 ESB ships with a range of mediators capable of carrying out various tasks on input messages.
...
WSO2 ESB integrates with WSO2 Governance Registry out of the box. For steps involved in remote registry configuration, refer to Registry .
I need to setup a cluster of ESB instances. How can I share the same configuration among all the ESB nodes?
...
What are the minimum artifacts required to deploy WSO2?
Refer to Installation Prerequisites .
How can I disable the management console?
...
Put your non-OSGi task jar into $ESB_HOME/repository/components/lib directory, which will be deployed automatically. For information on writing a custom task, refer to Writing Tasks.
How do I embed a third-party registry with WSO2 ESB?
...
WSO2 ESB ships with an embedded H2 database. However any database management system can be plugged into the ESB via JDBC. The relevant database configurations are available in repository/conf/registry.xml and repository/cong/user-mgt.xml files. WSO2 ESB has been tested with MySQL, Oracle, MSSQL and PostgreSQL databases. For information, refer to Setting up Databases .
How can I change the memory allocation for the WSO2 ESB?
...
Yes it support JMX monitoring. Users can use the JConsole for simple monitoring and use JMX clients for custom monitoring. For more information, refer to Monitoring the ESB .
Does ESB allows custom statistics collection?
...
WSO2 ESB uses Apache Log4/J over Apache Commons Logging as the logging framework. Logging configuration is loaded from the log4j.properties file in $ESB_HOME\repository\conf directory. The UI also allows configuring logging at runtime. For instructions, refer to Logging . The generated server logs can be found in theĀ $ESB_HOME\repository\logs directory.
...