All Downloads are FREE. Search and download functionalities are using the official Maven repository.

wstarget.system3.xml Maven / Gradle / Ivy

Go to download

RDBMS based messaging as an alternative to other standard messaging like JMS / Kafka

The newest version!
<?xml version="1.0" encoding="UTF-8"?>
<beans xmlns="http://www.springframework.org/schema/beans"
	xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
	xmlns:util="http://www.springframework.org/schema/util"
	xmlns:context="http://www.springframework.org/schema/context"
	xsi:schemaLocation="http://www.springframework.org/schema/beans 
                        http://www.springframework.org/schema/beans/spring-beans.xsd
                        http://www.springframework.org/schema/context 
                        http://www.springframework.org/schema/context/spring-context.xsd
                        http://www.springframework.org/schema/util
						http://www.springframework.org/schema/util/spring-util-3.1.xsd">

	<bean id="system3Caller3" factory-bean="callerFactory3" factory-method="getCaller"></bean>
	
	<bean id="callerFactory3" class="org.simple4j.wsclient.caller.FreeMarkerJSONCallerFactory">
		<!-- using the same wiremock for timeout testing. Hence, reusing httpWSClient2-->
		<property name="httpWSClient" ref="httpWSClient2" />
		<property name="jSONConfigFile" value="classpath:wstarget/system3.json" />
		<property name="responseBodyParsers">
			<map>
		<!--
				<entry key="(200)|(404)|(403)">
					<bean id="jsonBodyParser" class="org.simple4j.wsclient.parser.impl.JSONParser">
					</bean>
				</entry>
			-->
			</map>
		</property>
	</bean>

</beans>




© 2015 - 2025 Weber Informatics LLC | Privacy Policy