INTSAMPLES-49 - Move main demo class to src/main/java + add tests
For reference see: https://jira.springsource.org/browse/INTSAMPLES-49
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
<bean id="connectionFactory" class="org.springframework.jms.connection.CachingConnectionFactory">
|
||||
<property name="targetConnectionFactory">
|
||||
<bean class="org.apache.activemq.ActiveMQConnectionFactory">
|
||||
<property name="brokerURL" value="vm://localhost"/>
|
||||
<property name="brokerURL" value="vm://localhost"/>
|
||||
</bean>
|
||||
</property>
|
||||
<property name="sessionCacheSize" value="10"/>
|
||||
|
||||
Reference in New Issue
Block a user