diff options
| author | Weston M. Price <wprice@apache.org> | 2012-05-03 19:03:37 +0000 |
|---|---|---|
| committer | Weston M. Price <wprice@apache.org> | 2012-05-03 19:03:37 +0000 |
| commit | 83d01ff125c787c64082a324488e63479ce1ebe0 (patch) | |
| tree | 41e697f55bae9411df36f30544f852326216b498 /java/jca | |
| parent | 3081a3db97dd47dc14a7ed26942534e79a9d0c8b (diff) | |
| download | qpid-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.txt | 5 |
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 ========================== |
