Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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, Working with the 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.

...

Can Endpoints perform error handling?

Yes, see Endpoint Error Handling. 

What are local entries?

...

Does WSO2 ESB support two way JMS scenario (request/response) ?

Yes, refer to sample 264, which demonstrates exactly the JMS request/response scenario.

...

WSO2 ESB integrates with WSO2 Governance Registry out of the box. For steps involved in remote registry configuration, refer to Working with the 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 the Physical Database.

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.

...