From fc0839f84efc550451a98a26696d153e71d883e5 Mon Sep 17 00:00:00 2001 From: "Weston M. Price" Date: Wed, 18 Apr 2012 05:34:59 +0000 Subject: 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 --- qpid/java/jca/example/conf/jboss-ejb-client.properties | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 qpid/java/jca/example/conf/jboss-ejb-client.properties (limited to 'qpid/java/jca/example/conf/jboss-ejb-client.properties') 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 + -- cgit v1.2.1