Hi,
thanks for answering. Here is our configuration on the client side:
<beans>
<bean
class="org.springframework.beans.factory.config.PropertyPlaceholderConfigurer">
<property name="locations">
<value>value.properties</value>
</property>
</bean>
<broker xmlns="http://activemq.apache.org/schema/core"
brokerName="localhost"
useJmx="true"
destroyApplicationContextOnStop="true">
<networkConnectors>
<networkConnector
uri="static://(failover://(ssl://test.com:6861)?maxReconnectDelay=5000)"
networkTTL="10"
name="o">
<excludedDestinations>
<queue physicalName="a"/>
</excludedDestinations>
<staticallyIncludedDestinations>
<queue physicalName="b"/>
</staticallyIncludedDestinations>
</networkConnector>
</networkConnectors>
<persistenceAdapter>
<kahaDB directory="b" journalMaxFileLength="1mb"/>
</persistenceAdapter>
<systemUsage>
<systemUsage sendFailIfNoSpace="true">
<memoryUsage>
<memoryUsage limit="10mb" />
</memoryUsage>
<tempUsage>
<tempUsage limit="10mb" />
</tempUsage>
<storeUsage>
<storeUsage limit="100mb"
percentUsageMinDelta="1" />
</storeUsage>
</systemUsage>
</systemUsage>
</broker>
</beans>
--
View this message in context:
http://activemq.2283324.n4.nabble.com/Messages-stuck-in-queue-tp3244342p3648087.html
Sent from the ActiveMQ - User mailing list archive at Nabble.com.