summaryrefslogtreecommitdiff
path: root/qpid/java/perftests/etc/dlq/config.properties
blob: b1342158f83e4ea22aa5e37dc2a0465d03bba765 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
## qpid redelivery testing

# statistics properties
repeat = 10

# shared properties
broker = tcp://localhost:5672
maxRedelivery = 3
maxPrefetch = 1
session = SESSION_TRANSACTED
queue = test
count = 1000
persistent = true
maxRecords = 10000

# producer properties
size = 4096
messageIds = true

## consumer properties
threads = 5
listener = false
reject = 2
rejectCount = 3