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

e.ibis-adapterframework-core.7.6.2.source-code.springJmsDestinationNames.xml Maven / Gradle / Ivy

There is a newer version: 7.9.4
Show 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"
	xsi:schemaLocation=
		"
			http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans.xsd
		"
	>
	<bean name="proxiedDestinationNames" class="java.util.HashMap">
		<constructor-arg>
			<map>
				<!-- Replace with specific values for your project -->
				<!-- entry key="jms/GetMessageRequest">
					<value>ESB.Infrastructure.TS.Test.TestIAF.1.GetMessage.1.Request</value>
				</entry>
				<entry key="jms/UpdateMessageAction">
					<value>ESB.Infrastructure.TS.Test.TestIAF.1.UpdateMessage.1.Action</value>
				</entry -->
			</map>
		</constructor-arg>
	</bean>
</beans>




© 2015 - 2024 Weber Informatics LLC | Privacy Policy