From 7785d1f053eba240ec31378be66bf15742d49d84 Mon Sep 17 00:00:00 2001 From: Andrey Litvitski Date: Mon, 21 Apr 2025 00:48:03 +0300 Subject: [PATCH] convert ActiveMQConnectionFactory to SingleConnectionFactory in jms-sender-applicationContext.xml Signed-off-by: Andrey Litvitski --- .../ws/transport/jms/jms-sender-applicationContext.xml | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/spring-ws-support/src/test/resources/org/springframework/ws/transport/jms/jms-sender-applicationContext.xml b/spring-ws-support/src/test/resources/org/springframework/ws/transport/jms/jms-sender-applicationContext.xml index be351f09e..e5783c189 100644 --- a/spring-ws-support/src/test/resources/org/springframework/ws/transport/jms/jms-sender-applicationContext.xml +++ b/spring-ws-support/src/test/resources/org/springframework/ws/transport/jms/jms-sender-applicationContext.xml @@ -3,10 +3,16 @@ 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-2.0.xsd"> - + + + + +