summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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
==========================