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 | e2fc1a8470cf5c6714aa9270b847ce6488106d6c (patch) | |
| tree | 2c6fbdb6cf923adf5c04b6b82d79d7b6cc8eb61a /java/test-provider.properties | |
| parent | 47186870b99736e644b6df741e559b96e6e46c9e (diff) | |
| download | qpid-python-e2fc1a8470cf5c6714aa9270b847ce6488106d6c.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/qpid@765604 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/test-provider.properties')
| -rw-r--r-- | java/test-provider.properties | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/java/test-provider.properties b/java/test-provider.properties index 5e2ab9c9cf..352a26cbd1 100644 --- a/java/test-provider.properties +++ b/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 |
