Go to new doc!

+49 228 5552576-0


info@predic8.com

5.2 Spring Configuration

Membrane ESB and Monitor are modular applications that are assembled as specified in a Spring configuration file. The file is located at conf/monitor-beans.xml.

<spring:beans xmlns="http://membrane-soa.org/router/beans/1/"
xmlns:spring="http://www.springframework.org/schema/beans" xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-3.0.xsd
http://membrane-soa.org/router/beans/1/ http:/www.predic8.com/schema/router/conf/router-conf.xsd">

	<router/>

	<transport>
		<ruleMatching />
		<dispatching />
		<userFeature />
		<httpClient />
	</transport>

</spring:beans>
       
Listing 1: monitor-beans.xml

You can find a detailed explanation of the configuration options and the available beans in the configuration reference.