diff options
| author | Weston M. Price <wprice@apache.org> | 2012-04-18 05:34:59 +0000 |
|---|---|---|
| committer | Weston M. Price <wprice@apache.org> | 2012-04-18 05:34:59 +0000 |
| commit | fc0839f84efc550451a98a26696d153e71d883e5 (patch) | |
| tree | 24a53e5ed0ba81215748d77eecde4cda48ce1d8d /qpid/java/jca/example/conf/jboss-ejb-client.properties | |
| parent | 472e67bf5e30b7a14e5d58bae312c12d766a6144 (diff) | |
| download | qpid-python-fc0839f84efc550451a98a26696d153e71d883e5.tar.gz | |
QPID-3776: Add support for JBoss7 Application Server
git-svn-id: https://svn.apache.org/repos/asf/qpid/trunk@1327380 13f79535-47bb-0310-9956-ffa450edef68
Diffstat (limited to 'qpid/java/jca/example/conf/jboss-ejb-client.properties')
| -rw-r--r-- | qpid/java/jca/example/conf/jboss-ejb-client.properties | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/qpid/java/jca/example/conf/jboss-ejb-client.properties b/qpid/java/jca/example/conf/jboss-ejb-client.properties new file mode 100644 index 0000000000..8bf1075c14 --- /dev/null +++ b/qpid/java/jca/example/conf/jboss-ejb-client.properties @@ -0,0 +1,12 @@ +endpoint.name=client-endpoint +remote.connectionprovider.create.options.org.xnio.Options.SSL_ENABLED=false + +remote.connections=default + +remote.connection.default.host=localhost +remote.connection.default.port = 4447 +remote.connection.default.connect.options.org.xnio.Options.SASL_POLICY_NOANONYMOUS=false + +remote.connection.default.username=wmprice +remote.connection.default.password=72whtu78 + |
