summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWeston M. Price <wprice@apache.org>2012-05-03 19:03:37 +0000
committerWeston M. Price <wprice@apache.org>2012-05-03 19:03:37 +0000
commiteb6bc071d443b0618e46cab105bf2338b5609a06 (patch)
treef00637bf1d3d56e1835c41ec6d46761d8cf2dbd2
parenta6c3d4d239970810b979abd6bb4f00a206cf299d (diff)
downloadqpid-python-eb6bc071d443b0618e46cab105bf2338b5609a06.tar.gz
Merge branch 'QPID-3957' into trunk
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1333584 13f79535-47bb-0310-9956-ffa450edef68
-rw-r--r--qpid/java/jca/README.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/qpid/java/jca/README.txt b/qpid/java/jca/README.txt
index 5a7c467685..57b97a3fef 100644
--- a/qpid/java/jca/README.txt
+++ b/qpid/java/jca/README.txt
@@ -169,7 +169,7 @@ PrefetchLow
PrefetchHigh
Qpid specific -- TODO more explanation
-SetupA
+Setup
Administered Objects
======================
The JCA specification provides for administered objects. Ass per the specification, administered objects are
@@ -188,6 +188,9 @@ DestinationAddress
Example:
DestinationAddress=hello.Queue;{create:always, node:{type:queue, x-declare:{auto-delete:true}}}
DestinationAddress=amq.topic/hello.Topic
+ The QpidQueue/QpidTopic AdminObjects allow a developer, deployer or adminstrator to create destinations
+ (queues or topic) and bind these destinations into JNDI. Only one property is required:
+
QpidConnectionFactoryProxy
==========================