diff options
| author | Alan Conway <aconway@apache.org> | 2008-06-25 20:51:30 +0000 |
|---|---|---|
| committer | Alan Conway <aconway@apache.org> | 2008-06-25 20:51:30 +0000 |
| commit | 23b153214d057627be9d00f8cc14280cd89eb95b (patch) | |
| tree | 150a06aa11744b1187ed51bd3154c8e9b9eb19ac /qpid/cpp/src/tests/ais_run | |
| parent | 4f72761ff1c309fca15956d1860b165530d3d353 (diff) | |
| download | qpid-python-23b153214d057627be9d00f8cc14280cd89eb95b.tar.gz | |
Additions to the client API:
- SubscriptionManager::get(queue) to get a single message from a queue.
- Set FlowControl per-subscription.
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@671655 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/cpp/src/tests/ais_run')
| -rwxr-xr-x | qpid/cpp/src/tests/ais_run | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/qpid/cpp/src/tests/ais_run b/qpid/cpp/src/tests/ais_run deleted file mode 100755 index 0f45edc39c..0000000000 --- a/qpid/cpp/src/tests/ais_run +++ /dev/null @@ -1,15 +0,0 @@ -#!/bin/sh -# -# Run AIS tests, assumes that ais_check has passed and we are -# running with the ais group ID. -# - -# FIXME aconway 2008-01-30: we should valgrind the cluster brokers. - -srcdir=`dirname $0` -$srcdir/start_cluster 4 -./ais_test -ret=$? -$srcdir/stop_cluster -exit $ret - |
