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 | 78fa82c7b48711f06c03e176f6e24b70af65e692 (patch) | |
| tree | 24655c9e1c70c0cea76a97ac6b0976b64612342d /java/010ExcludeList | |
| parent | 83026d0f664b69cc8ed74b1ed52df212f0a66ab7 (diff) | |
| download | qpid-python-78fa82c7b48711f06c03e176f6e24b70af65e692.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/qpid@644688 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/010ExcludeList')
| -rw-r--r-- | java/010ExcludeList | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/java/010ExcludeList b/java/010ExcludeList index 996332afa8..709c846068 100644 --- a/java/010ExcludeList +++ b/java/010ExcludeList @@ -5,5 +5,6 @@ org.apache.qpid.client.MessageListenerMultiConsumerTest#testRecieveC2Only org.apache.qpid.client.MessageListenerMultiConsumerTest#testRecieveBoth org.apache.qpid.test.unit.xa.TopicTest#testMultiMessagesDurSubCrash org.apache.qpid.test.unit.xa.TopicTest#testMigrateDurableSubscriber -// this test needs durable subscribe states to be persisted -org.apache.qpid.test.unit.topic.DurableSubscriptionTest#testDurSubRestoredAfterNonPersistentMessageSent
\ No newline at end of file +// those tests need durable subscribe states to be persisted +org.apache.qpid.test.unit.topic.DurableSubscriptionTest#testDurSubRestoredAfterNonPersistentMessageSent +org.apache.qpid.test.unit.ct.DurableSubscriberTests#testDurSubRestoresMessageSelector
\ No newline at end of file |
