Repository: incubator-stratos Updated Branches: refs/heads/master 9b0f91a35 -> 78c7dd22d
adding wso2mb specific jndi.properties file Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/29399316 Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/29399316 Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/29399316 Branch: refs/heads/master Commit: 29399316451e17c397e76c82c42102567c1dfb65 Parents: 163dfcc Author: Nirmal Fernando <[email protected]> Authored: Tue Apr 15 04:58:49 2014 +0530 Committer: Nirmal Fernando <[email protected]> Committed: Tue Apr 15 04:58:49 2014 +0530 ---------------------------------------------------------------------- .../config/all/repository/conf/wso2mb/jndi.properties | 3 +++ 1 file changed, 3 insertions(+) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/29399316/tools/stratos-installer/config/all/repository/conf/wso2mb/jndi.properties ---------------------------------------------------------------------- diff --git a/tools/stratos-installer/config/all/repository/conf/wso2mb/jndi.properties b/tools/stratos-installer/config/all/repository/conf/wso2mb/jndi.properties new file mode 100755 index 0000000..64b023d --- /dev/null +++ b/tools/stratos-installer/config/all/repository/conf/wso2mb/jndi.properties @@ -0,0 +1,3 @@ +connectionfactoryName=topicConnectionfactory +connectionfactory.topicConnectionfactory=amqp://admin:admin@clientID/carbon?brokerlist='tcp://MB_HOSTNAME:MB_LISTEN_PORT'&reconnect='true' +java.naming.factory.initial=org.wso2.andes.jndi.PropertiesFileInitialContextFactory
