Repository: incubator-stratos Updated Branches: refs/heads/master 027ee091b -> ebd9d0fc6
Using ActiveMQ 5.9.1 for Stratos Installation Project: http://git-wip-us.apache.org/repos/asf/incubator-stratos/repo Commit: http://git-wip-us.apache.org/repos/asf/incubator-stratos/commit/4b8de0c2 Tree: http://git-wip-us.apache.org/repos/asf/incubator-stratos/tree/4b8de0c2 Diff: http://git-wip-us.apache.org/repos/asf/incubator-stratos/diff/4b8de0c2 Branch: refs/heads/master Commit: 4b8de0c2f9aaa8d0789de17a88a1cc910a500b14 Parents: d26e1c1 Author: M. Isuru Tharanga Chrishantha Perera <[email protected]> Authored: Thu Apr 17 12:17:24 2014 +0530 Committer: M. Isuru Tharanga Chrishantha Perera <[email protected]> Committed: Thu Apr 17 12:17:24 2014 +0530 ---------------------------------------------------------------------- tools/stratos-installer/conf/setup.conf | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/incubator-stratos/blob/4b8de0c2/tools/stratos-installer/conf/setup.conf ---------------------------------------------------------------------- diff --git a/tools/stratos-installer/conf/setup.conf b/tools/stratos-installer/conf/setup.conf index 33a3ca0..36c124b 100644 --- a/tools/stratos-installer/conf/setup.conf +++ b/tools/stratos-installer/conf/setup.conf @@ -57,8 +57,8 @@ export mb_port=61616 #default port which the message broker service runs export stratos_extract_path=$stratos_path/"apache-stratos" export stratos_pack_zip=$stratos_packs/"apache-stratos-4.0.0-SNAPSHOT.zip" -export activemq_pack=$stratos_packs/"apache-activemq-5.8.0-bin.tar.gz" -export activemq_path=$stratos_path/"apache-activemq-5.8.0" +export activemq_pack=$stratos_packs/"apache-activemq-5.9.1-bin.tar.gz" +export activemq_path=$stratos_path/"apache-activemq-5.9.1" export jndi_template_path=$setup_path/"config/all/repository/conf/activemq/jndi.properties"
