<?xml version="1.0"?>
<jbossesb 
	parameterReloadSecs="5"
	xmlns="http://anonsvn.labs.jboss.com/labs/jbossesb/trunk/product/etc/schemas/xml/jbossesb-1.2.0.xsd"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" 
	xsi:schemaLocation="http://anonsvn.labs.jboss.com/labs/jbossesb/trunk/product/etc/schemas/xml/jbossesb-1.2.0.xsd http://anonsvn.jboss.org/repos/labs/labs/jbossesb/trunk/product/etc/schemas/xml/jbossesb-1.2.0.xsd">
	<providers>
		<jms-provider connection-factory="ConnectionFactory" name="JBossMQ2">
			<jms-bus busid="contentBasedRoutingInboundChannelEsb">
				<jms-message-filter dest-name="queue/contentBasedRouting_esb" dest-type="QUEUE"/>
			</jms-bus>
		</jms-provider>
	</providers>
	
	<services>
		<!-- Inbound Content Based Routing -->
		<service category="Routing" description="Routes response to respective transformation service" 
				 name="ContentBasedRouting">
			<listeners>
				<jms-listener busidref="contentBasedRoutingInboundChannelEsb" name="cbrInboundESB"/>
			</listeners>
			<actions mep="OneWay">
				<action class="com.bertil.action.ContentBasedRoutingAction" name="ContentBasedRouting"/>
			</actions>
		</service>
	</services>
</jbossesb>