summaryrefslogtreecommitdiff
path: root/java/jca
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
commitb3d1e6a702c344a62a0dbca574239201547077c4 (patch)
treebee83e292f84b135ef07b6ea89c86678ae0a3222 /java/jca
parentc8760e0f154cbe4d2b1f8931184960d13fd51d45 (diff)
downloadqpid-python-b3d1e6a702c344a62a0dbca574239201547077c4.tar.gz
QPID-3745: Improve JCA Documentation
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk/qpid@1333585 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 57b97a3fef..a4d426310d 100644
--- a/java/jca/README.txt
+++ b/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''