diff options
| author | Arnaud Simon <arnaudsimon@apache.org> | 2008-02-20 10:11:41 +0000 |
|---|---|---|
| committer | Arnaud Simon <arnaudsimon@apache.org> | 2008-02-20 10:11:41 +0000 |
| commit | 88b37da8611f4ad621d2c2de3fca8a2035f03490 (patch) | |
| tree | dc9468154e59d1ea344780ae43f78737616a77d7 | |
| parent | 33f583c43a5098def860f99423e8b5341ed2609b (diff) | |
| download | qpid-python-88b37da8611f4ad621d2c2de3fca8a2035f03490.tar.gz | |
added xa destinations
git-svn-id: https://svn.apache.org/repos/asf/incubator/qpid/trunk@629404 13f79535-47bb-0310-9956-ffa450edef68
| -rw-r--r-- | qpid/java/test-provider.properties | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/qpid/java/test-provider.properties b/qpid/java/test-provider.properties index b857c5c312..8dcba7230f 100644 --- a/qpid/java/test-provider.properties +++ b/qpid/java/test-provider.properties @@ -1 +1,7 @@ connectionfactory.local = qpid:password=guest;username=guest;client_id=clientid;virtualhost=test@tcp:127.0.0.1:5672 + +queue.MyQueue = example.MyQueue +queue.xaQueue = xaQueue + +topic.xaTopic = xaTopic +topic.durableSubscriberTopic = durableSubscriberTopic |
