diff options
| author | Arnaud Simon <arnaudsimon@apache.org> | 2008-04-04 12:02:52 +0000 |
|---|---|---|
| committer | Arnaud Simon <arnaudsimon@apache.org> | 2008-04-04 12:02:52 +0000 |
| commit | 2e56ccf0b985800b11626be90a95ca1fa8582b9d (patch) | |
| tree | ad576faea700c540768b3f0c868df32ca50b256c /qpid/java/module.xml | |
| parent | dbbf404ae6233f6685cd31fe9c8f5304b87f01e3 (diff) | |
| download | qpid-python-2e56ccf0b985800b11626be90a95ca1fa8582b9d.tar.gz | |
QPID-796: Added ability to enable/disable message prefetching. Prefetching is controlled through the property max_prefetch, it is turned off when max_prefetch =0. (this is 0.10 code path change)
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@644688 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/module.xml')
| -rw-r--r-- | qpid/java/module.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/qpid/java/module.xml b/qpid/java/module.xml index 7b63a768af..3dbab15962 100644 --- a/qpid/java/module.xml +++ b/qpid/java/module.xml @@ -185,6 +185,7 @@ <sysproperty key="broker.version" value="${broker.version}"/> <sysproperty key="test.excludes" value="${test.excludes}"/> <sysproperty key="test.excludesfile" value="${test.excludesfile}"/> + <sysproperty key="max_prefetch" value ="${max_prefetch}"/> <formatter type="plain"/> <formatter type="xml"/> |
