summaryrefslogtreecommitdiff
path: root/java/jca
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
commit83d01ff125c787c64082a324488e63479ce1ebe0 (patch)
tree41e697f55bae9411df36f30544f852326216b498 /java/jca
parent3081a3db97dd47dc14a7ed26942534e79a9d0c8b (diff)
downloadqpid-python-83d01ff125c787c64082a324488e63479ce1ebe0.tar.gz
Merge branch 'QPID-3957' into trunk
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1333584 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'java/jca')
-rw-r--r--java/jca/README.txt5
1 files changed, 4 insertions, 1 deletions
diff --git a/java/jca/README.txt b/java/jca/README.txt
index 5a7c467685..57b97a3fef 100644
--- a/java/jca/README.txt
+++ b/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
==========================