Skip to content

Commit 6585995

Browse files
committed
Merge branch '4.0.x' into 4.1.x
Closes gh-1742
2 parents 923305e + 00f9820 commit 6585995

File tree

1 file changed

+7
-2
lines changed

1 file changed

+7
-2
lines changed

spring-ws-support/src/test/resources/org/springframework/ws/transport/jms/jms-sender-applicationContext.xml

Lines changed: 7 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,13 @@
33
xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
44
xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.0.xsd">
55

6-
<bean id="connectionFactory" class="org.apache.activemq.ActiveMQConnectionFactory">
7-
<property name="brokerURL" value="vm://localhost?broker.persistent=false"/>
6+
<bean id="connectionFactory"
7+
class="org.springframework.jms.connection.SingleConnectionFactory">
8+
<property name="targetConnectionFactory">
9+
<bean class="org.apache.activemq.ActiveMQConnectionFactory">
10+
<property name="brokerURL" value="vm://localhost?broker.persistent=false"/>
11+
</bean>
12+
</property>
813
</bean>
914

1015
<bean id="requestQueue" class="org.apache.activemq.command.ActiveMQQueue">

0 commit comments

Comments
 (0)