summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWeston M. Price <wprice@apache.org>2012-05-03 19:03:43 +0000
committerWeston M. Price <wprice@apache.org>2012-05-03 19:03:43 +0000
commit82695a85d7f1caa65b6ce805f2214abafd2f7f52 (patch)
treef11294c84a375b12b30fb18e11dd284f26af43cf
parenteb6bc071d443b0618e46cab105bf2338b5609a06 (diff)
downloadqpid-python-82695a85d7f1caa65b6ce805f2214abafd2f7f52.tar.gz
QPID-3745: Improve JCA Documentation
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1333585 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 57b97a3fef..a4d426310d 100644
--- a/qpid/java/jca/README.txt
+++ b/qpid/java/jca/README.txt
@@ -201,7 +201,10 @@ provides one property
ConnectionURL
This is the url used to configure the connection factory. Please see the Qpid JMS client documentation for
- further details.
+ The QpidConnectionFactoryProxy allows for a non-JCA ConnectionFactory to be bound into the JNDI tree. This
+ ConnectionFactory can in turn be used outside of the application server. Typically a ConnectionFactory of
+ this sort is used by Java Swing or other non-managed clients not requiring JCA. One one property is
+ required:
Example:
amqp://anonymous:passwd@client/test?brokerlist='tcp://localhost:5672?sasl_mechs='PLAIN''