diff options
Diffstat (limited to 'qpid/java/perftests/etc/testdefs')
| -rw-r--r-- | qpid/java/perftests/etc/testdefs/Topic-Persistence.js | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/qpid/java/perftests/etc/testdefs/Topic-Persistence.js b/qpid/java/perftests/etc/testdefs/Topic-Persistence.js index bbec7ab8ed..4456d96ac2 100644 --- a/qpid/java/perftests/etc/testdefs/Topic-Persistence.js +++ b/qpid/java/perftests/etc/testdefs/Topic-Persistence.js @@ -26,8 +26,9 @@ var jsonObject = { { "_name": "Topic persistence", "_iterations": [ - // note that we use _durableSubscription (the JaveBeans property name) - // rather than _isDurableSubscription (the field name) + // Note that we use _durableSubscription (more like the JavaBeans property name) + // rather than _isDurableSubscription (the field name, which we use elsewhere). + // This convention is required within the _iterations definition. { "_deliveryMode": 1, "_durableSubscription": false |
