diff options
| author | Martin Ritchie <ritchiem@apache.org> | 2009-04-16 12:27:28 +0000 |
|---|---|---|
| committer | Martin Ritchie <ritchiem@apache.org> | 2009-04-16 12:27:28 +0000 |
| commit | 99549d769fc94c35eb6ccbc837e0ce6dffa398b0 (patch) | |
| tree | 8d810c5d39e27c8e7467ac6673543809e4012141 /qpid/java/test-provider.properties | |
| parent | d3f1e3e2c020a2f61e7518777c74c9d7eb75ff43 (diff) | |
| download | qpid-python-99549d769fc94c35eb6ccbc837e0ce6dffa398b0.tar.gz | |
QPID-1813 : Provide test that uses the DerbyMessageStore to check NoLocal functionality after a broker restart.
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@765604 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/test-provider.properties')
| -rw-r--r-- | qpid/java/test-provider.properties | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/qpid/java/test-provider.properties b/qpid/java/test-provider.properties index 5e2ab9c9cf..352a26cbd1 100644 --- a/qpid/java/test-provider.properties +++ b/qpid/java/test-provider.properties @@ -19,8 +19,10 @@ # # -connectionfactory.default = amqp://username:password@clientid/test?brokerlist='tcp://localhost:5672' -connectionfactory.default.vm = amqp://username:password@clientid/test?brokerlist='vm://:1' +# Allow the client to reconnect to the broker if the connection is lost, for up to 1second. +# This will allow for persistent tests to bounce the broker. +connectionfactory.default = amqp://username:password@clientid/test?brokerlist='tcp://localhost:5672?retries='5'&connectdelay='200'' +connectionfactory.default.vm = amqp://username:password@clientid/test?brokerlist='vm://:1?retries='5'&connectdelay='200'' connectionfactory.ssl = amqp://username:password@clientid/test?brokerlist='tcp://localhost:5671?ssl='true'' connectionfactory.failover = amqp://username:password@clientid/test?brokerlist='tcp://localhost:5673;tcp://localhost:5672'&sync_ack='true'&sync_publish='all'&failover='roundrobin?cyclecount='20'' @@ -35,5 +37,6 @@ queue.MyQueue = example.MyQueue queue.queue = example.queue queue.xaQueue = xaQueue +topic.topic = topic topic.xaTopic = xaTopic topic.durableSubscriberTopic = durableSubscriberTopic |
