From owner-svn-ports-head@freebsd.org Thu Apr 18 08:07:26 2019 Return-Path: Delivered-To: svn-ports-head@mailman.ysv.freebsd.org Received: from mx1.freebsd.org (mx1.freebsd.org [IPv6:2610:1c1:1:606c::19:1]) by mailman.ysv.freebsd.org (Postfix) with ESMTP id BA2D5158B34A; Thu, 18 Apr 2019 08:07:25 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from mxrelay.nyi.freebsd.org (mxrelay.nyi.freebsd.org [IPv6:2610:1c1:1:606c::19:3]) (using TLSv1.3 with cipher TLS_AES_256_GCM_SHA384 (256/256 bits) server-signature RSA-PSS (4096 bits) client-signature RSA-PSS (4096 bits) client-digest SHA256) (Client CN "mxrelay.nyi.freebsd.org", Issuer "Let's Encrypt Authority X3" (verified OK)) by mx1.freebsd.org (Postfix) with ESMTPS id 631D282FC9; Thu, 18 Apr 2019 08:07:25 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org (repo.freebsd.org [IPv6:2610:1c1:1:6068::e6a:0]) (using TLSv1.2 with cipher ECDHE-RSA-AES256-GCM-SHA384 (256/256 bits)) (Client did not present a certificate) by mxrelay.nyi.freebsd.org (Postfix) with ESMTPS id 3E6321C06E; Thu, 18 Apr 2019 08:07:25 +0000 (UTC) (envelope-from tobik@FreeBSD.org) Received: from repo.freebsd.org ([127.0.1.37]) by repo.freebsd.org (8.15.2/8.15.2) with ESMTP id x3I87PWd061381; Thu, 18 Apr 2019 08:07:25 GMT (envelope-from tobik@FreeBSD.org) Received: (from tobik@localhost) by repo.freebsd.org (8.15.2/8.15.2/Submit) id x3I87OjM061377; Thu, 18 Apr 2019 08:07:24 GMT (envelope-from tobik@FreeBSD.org) Message-Id: <201904180807.x3I87OjM061377@repo.freebsd.org> X-Authentication-Warning: repo.freebsd.org: tobik set sender to tobik@FreeBSD.org using -f From: Tobias Kortkamp Date: Thu, 18 Apr 2019 08:07:24 +0000 (UTC) To: ports-committers@freebsd.org, svn-ports-all@freebsd.org, svn-ports-head@freebsd.org Subject: svn commit: r499238 - in head/net/activemq: . files X-SVN-Group: ports-head X-SVN-Commit-Author: tobik X-SVN-Commit-Paths: in head/net/activemq: . files X-SVN-Commit-Revision: 499238 X-SVN-Commit-Repository: ports MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit X-Rspamd-Queue-Id: 631D282FC9 X-Spamd-Bar: -- Authentication-Results: mx1.freebsd.org X-Spamd-Result: default: False [-2.97 / 15.00]; local_wl_from(0.00)[FreeBSD.org]; NEURAL_HAM_MEDIUM(-1.00)[-0.999,0]; NEURAL_HAM_SHORT(-0.98)[-0.975,0]; ASN(0.00)[asn:11403, ipnet:2610:1c1:1::/48, country:US]; NEURAL_HAM_LONG(-1.00)[-1.000,0] X-BeenThere: svn-ports-head@freebsd.org X-Mailman-Version: 2.1.29 Precedence: list List-Id: SVN commit messages for the ports tree for head List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Thu, 18 Apr 2019 08:07:26 -0000 Author: tobik Date: Thu Apr 18 08:07:24 2019 New Revision: 499238 URL: https://svnweb.freebsd.org/changeset/ports/499238 Log: net/activemq: Clean up port - Simplify port and make it maintainable - Do not make /var/db/activemq world readable - Assign to myself Modified: head/net/activemq/Makefile head/net/activemq/files/activemq.in head/net/activemq/pkg-plist Modified: head/net/activemq/Makefile ============================================================================== --- head/net/activemq/Makefile Thu Apr 18 06:35:50 2019 (r499237) +++ head/net/activemq/Makefile Thu Apr 18 08:07:24 2019 (r499238) @@ -2,106 +2,74 @@ PORTNAME= activemq PORTVERSION= 5.14.4 +PORTREVISION= 1 CATEGORIES= net java MASTER_SITES= APACHE/${PORTNAME}/${PORTVERSION} -DISTNAME= apache-${PORTNAME}-${PORTVERSION}-bin +DISTNAME= apache-${PORTNAME}-${PORTVERSION} +EXTRACT_SUFX= -bin.tar.gz -MAINTAINER= ports@FreeBSD.org +MAINTAINER= tobik@FreeBSD.org COMMENT= Messaging and Integration Patterns provider LICENSE= APACHE20 LICENSE_FILE= ${WRKSRC}/LICENSE -USES+= cpe +USES= cpe CPE_VENDOR= apache -NO_BUILD= yes USE_JAVA= yes JAVA_VERSION= 1.7+ -MQDATA= ${PREFIX}/lib/${PORTNAME} + +NO_ARCH= yes +NO_BUILD= yes + MQDB?= /var/db/activemq -DATADIR= ${MQDATA} MQUSER?= activemq MQGROUP?= ${MQUSER} USERS= ${MQUSER} GROUPS= ${MQGROUP} -CAMELVERSION= 2.16.3 -SPRINGVERSION= 4.1.9 -JETTYVERSION= 9.2.13.v20150730 -LVDBVERSION= 0.6 -LVDBJNIVERSION= 1.8 ALL_TARGET= ${PORTNAME} USE_RC_SUBR= ${PORTNAME} -DOC_FILES= LICENSE NOTICE README.txt -ETC_FILES= activemq.xml \ - broker-localhost.cert \ - broker.ks \ - broker.ts \ - client.ks \ - client.ts \ - credentials-enc.properties \ - credentials.properties \ - groups.properties \ - jetty-realm.properties \ - jetty.xml \ - jmx.access \ - jmx.password \ - log4j.properties \ - logging.properties \ - login.config \ - users.properties -WRKSRC= ${WRKDIR}/apache-${PORTNAME}-${PORTVERSION} -SUB_LIST= ETC_FILES="${ETC_FILES}" \ - MQUSER="${MQUSER}" \ +PORTDATA= * +PORTDOCS= * +PORTEXAMPLES= * + +SUB_LIST= MQUSER="${MQUSER}" \ MQGROUP="${MQGROUP}" \ MQDB="${MQDB}" PLIST_SUB= MQUSER="${MQUSER}" \ MQGROUP="${MQGROUP}" \ - MQDB="${MQDB}" \ - PORTVERSION="${PORTVERSION}" \ - CAMELVERSION="${CAMELVERSION}" \ - SPRINGVERSION="${SPRINGVERSION}" \ - JETTYVERSION="${JETTYVERSION}" \ - LVDBVERSION="${LVDBVERSION}" \ - LVDBJNIVERSION="${LVDBJNIVERSION}" + MQDB="${MQDB}" OPTIONS_DEFINE= DOCS EXAMPLES post-patch: - @${REINPLACE_CMD} -e 's|activemq.base}/data|activemq.logs}|g' ${WRKSRC}/conf/log4j.properties - + @${REINPLACE_CMD} -i '' -e 's|activemq.base}/data|activemq.logs}|g' \ + ${WRKSRC}/conf/log4j.properties + do-install: - @${MKDIR} ${STAGEDIR}${MQDATA} ${STAGEDIR}${MQDATA}/bin ${STAGEDIR}${ETCDIR} + @${MKDIR} ${STAGEDIR}${DATADIR}/bin ${STAGEDIR}${ETCDIR} ${STAGEDIR}${MQDB} + cd ${WRKSRC}/conf && for f in *; do \ + ${INSTALL_DATA} ${WRKSRC}/conf/$$f ${STAGEDIR}${ETCDIR}/$$f.sample; \ + done + ${INSTALL_SCRIPT} ${WRKSRC}/bin/activemq* ${STAGEDIR}${DATADIR}/bin + ${RLN} ${STAGEDIR}${DATADIR}/bin/activemq ${STAGEDIR}${PREFIX}/bin + ${RLN} ${STAGEDIR}${DATADIR}/bin/activemq-diag ${STAGEDIR}${PREFIX}/bin + ${INSTALL_DATA} ${WRKSRC}/bin/activemq.jar ${WRKSRC}/bin/wrapper.jar \ + ${STAGEDIR}${DATADIR}/bin + ${RLN} ${STAGEDIR}${MQDB} ${STAGEDIR}${DATADIR}/data + ${RLN} ${STAGEDIR}${ETCDIR} ${STAGEDIR}${DATADIR}/conf + cd ${WRKSRC} && ${COPYTREE_SHARE} "lib webapps webapps-demo" \ + ${STAGEDIR}${DATADIR} -.for f in ${ETC_FILES} - ${INSTALL_DATA} ${WRKSRC}/conf/${f} ${STAGEDIR}${ETCDIR}/${f}.sample -.endfor - -.for f in ${PORTNAME} ${PORTNAME}-diag - ${INSTALL_SCRIPT} ${WRKSRC}/bin/${f} ${STAGEDIR}${MQDATA}/bin -.endfor - - ${INSTALL_DATA} ${WRKSRC}/bin/activemq.jar ${STAGEDIR}${MQDATA}/bin - ${INSTALL_DATA} ${WRKSRC}/bin/wrapper.jar ${STAGEDIR}${MQDATA}/bin - -.for f in webapps webapps-demo lib - (cd ${WRKSRC} && ${COPYTREE_SHARE} ${f} ${STAGEDIR}${MQDATA}) -.endfor - - @${LN} -sf ${MQDB} ${STAGEDIR}${MQDATA}/data - @${LN} -sf ${ETCDIR} ${STAGEDIR}${MQDATA}/conf - do-install-DOCS-on: - @${MKDIR} ${STAGEDIR}${DOCSDIR} - (cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR}/) -.for f in ${DOC_FILES} - ${INSTALL_DATA} ${WRKSRC}/${f} ${STAGEDIR}${DOCSDIR}/ -.endfor - @${LN} -sf ${DOCSDIR} ${STAGEDIR}${MQDATA}/docs + cd ${WRKSRC}/docs && ${COPYTREE_SHARE} . ${STAGEDIR}${DOCSDIR} + ${INSTALL_DATA} ${WRKSRC}/NOTICE ${WRKSRC}/README.txt ${STAGEDIR}${DOCSDIR} + ${RLN} ${STAGEDIR}${DOCSDIR} ${STAGEDIR}${DATADIR}/docs do-install-EXAMPLES-on: - (cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR}) - @${LN} -sf ${EXAMPLESDIR} ${STAGEDIR}${MQDATA}/examples + cd ${WRKSRC}/examples && ${COPYTREE_SHARE} . ${STAGEDIR}${EXAMPLESDIR} + ${RLN} ${STAGEDIR}${EXAMPLESDIR} ${STAGEDIR}${DATADIR}/examples .include Modified: head/net/activemq/files/activemq.in ============================================================================== --- head/net/activemq/files/activemq.in Thu Apr 18 06:35:50 2019 (r499237) +++ head/net/activemq/files/activemq.in Thu Apr 18 08:07:24 2019 (r499238) @@ -69,14 +69,10 @@ status_cmd="activemq_status" stop_cmd="activemq_stop" activemq_precmd() { - touch ${pidfile} - chown ${activemq_user}:${activemq_group} ${pidfile} - if [ ! -d ${activemq_logs} ]; then - /usr/bin/install -d -o ${activemq_user} -g ${activemq_group} ${activemq_logs} - fi - if [ ! -d ${activemq_data} ]; then - /usr/bin/install -d -o ${activemq_user} -g ${activemq_group} ${activemq_data} - fi + touch ${pidfile} + chown ${activemq_user}:${activemq_group} ${pidfile} + /usr/bin/install -d -m 0750 -o ${activemq_user} -g ${activemq_group} ${activemq_logs} + /usr/bin/install -d -m 0750 -o ${activemq_user} -g ${activemq_group} ${activemq_data} } activemq_stop() { Modified: head/net/activemq/pkg-plist ============================================================================== --- head/net/activemq/pkg-plist Thu Apr 18 06:35:50 2019 (r499237) +++ head/net/activemq/pkg-plist Thu Apr 18 08:07:24 2019 (r499238) @@ -1,551 +1,25 @@ -%%DATADIR%%/bin/activemq -%%DATADIR%%/bin/activemq.jar -%%DATADIR%%/bin/activemq-diag -%%DATADIR%%/bin/wrapper.jar -%%DATADIR%%/conf -%%DATADIR%%/data -%%DATADIR%%/%%DATADIR%%-broker-%%PORTVERSION%%.jar -%%DATADIR%%/%%DATADIR%%-client-%%PORTVERSION%%.jar -%%DATADIR%%/%%DATADIR%%-console-%%PORTVERSION%%.jar -%%DATADIR%%/%%DATADIR%%-jaas-%%PORTVERSION%%.jar -%%DATADIR%%/%%DATADIR%%-kahadb-store-%%PORTVERSION%%.jar -%%DATADIR%%/%%DATADIR%%-openwire-legacy-%%PORTVERSION%%.jar -%%DATADIR%%/%%DATADIR%%-protobuf-1.1.jar -%%DATADIR%%/%%DATADIR%%-rar.txt -%%DATADIR%%/%%DATADIR%%-spring-%%PORTVERSION%%.jar -%%DATADIR%%/%%DATADIR%%-web-%%PORTVERSION%%.jar -%%DATADIR%%/lib/camel/activemq-camel-%%PORTVERSION%%.jar -%%DATADIR%%/lib/camel/camel-core-%%CAMELVERSION%%.jar -%%DATADIR%%/lib/camel/camel-jms-%%CAMELVERSION%%.jar -%%DATADIR%%/lib/camel/camel-spring-%%CAMELVERSION%%.jar -%%DATADIR%%/lib/extra/mqtt-client-1.14.jar -%%DATADIR%%/lib/geronimo-j2ee-management_1.1_spec-1.0.1.jar -%%DATADIR%%/lib/geronimo-jms_1.1_spec-1.1.1.jar -%%DATADIR%%/lib/geronimo-jta_1.0.1B_spec-1.0.1.jar -%%DATADIR%%/lib/hawtbuf-1.11.jar -%%DATADIR%%/lib/jcl-over-slf4j-1.7.13.jar -%%DATADIR%%/lib/optional/activemq-shiro-%%PORTVERSION%%.jar -%%DATADIR%%/lib/optional/activeio-core-3.1.4.jar -%%DATADIR%%/lib/optional/activemq-amqp-%%PORTVERSION%%.jar -%%DATADIR%%/lib/optional/activemq-http-%%PORTVERSION%%.jar -%%DATADIR%%/lib/optional/activemq-jdbc-store-%%PORTVERSION%%.jar -%%DATADIR%%/lib/optional/activemq-jms-pool-%%PORTVERSION%%.jar -%%DATADIR%%/lib/optional/activemq-leveldb-store-%%PORTVERSION%%.jar -%%DATADIR%%/lib/optional/activemq-log4j-appender-%%PORTVERSION%%.jar -%%DATADIR%%/lib/optional/activemq-mqtt-%%PORTVERSION%%.jar -%%DATADIR%%/lib/optional/activemq-partition-%%PORTVERSION%%.jar -%%DATADIR%%/lib/optional/activemq-pool-%%PORTVERSION%%.jar -%%DATADIR%%/lib/optional/activemq-runtime-config-%%PORTVERSION%%.jar -%%DATADIR%%/lib/optional/activemq-stomp-%%PORTVERSION%%.jar -%%DATADIR%%/lib/optional/commons-beanutils-1.9.2.jar -%%DATADIR%%/lib/optional/commons-codec-1.9.jar -%%DATADIR%%/lib/optional/commons-collections-3.2.2.jar -%%DATADIR%%/lib/optional/commons-dbcp2-2.1.1.jar -%%DATADIR%%/lib/optional/commons-lang-2.6.jar -%%DATADIR%%/lib/optional/commons-net-3.5.jar -%%DATADIR%%/lib/optional/commons-pool2-2.4.2.jar -%%DATADIR%%/lib/optional/geronimo-j2ee-connector_1.5_spec-2.0.0.jar -%%DATADIR%%/lib/optional/guava-12.0.jar -%%DATADIR%%/lib/optional/hawtbuf-proto-1.11.jar -%%DATADIR%%/lib/optional/hawtdispatch-1.22.jar -%%DATADIR%%/lib/optional/hawtdispatch-scala-2.11-1.22.jar -%%DATADIR%%/lib/optional/hawtdispatch-transport-1.22.jar -%%DATADIR%%/lib/optional/hawtjni-runtime-1.9.jar -%%DATADIR%%/lib/optional/httpclient-4.5.2.jar -%%DATADIR%%/lib/optional/httpcore-4.4.5.jar -%%DATADIR%%/lib/optional/insight-log-core-1.2.0.Beta4.jar -%%DATADIR%%/lib/optional/insight-log4j-1.2.0.Beta4.jar -%%DATADIR%%/lib/optional/jackson-annotations-2.6.3.jar -%%DATADIR%%/lib/optional/jackson-core-2.6.3.jar -%%DATADIR%%/lib/optional/jackson-databind-2.6.3.jar -%%DATADIR%%/lib/optional/jasypt-spring31-1.9.2.jar -%%DATADIR%%/lib/optional/jasypt-1.9.2.jar -%%DATADIR%%/lib/optional/jaxb2-basics-runtime-%%LVDBVERSION%%.4.jar -%%DATADIR%%/lib/optional/jettison-1.3.8.jar -%%DATADIR%%/lib/optional/jmdns-3.4.1.jar -%%DATADIR%%/lib/optional/leveldb-%%LVDBVERSION%%.jar -%%DATADIR%%/lib/optional/leveldb-api-%%LVDBVERSION%%.jar -%%DATADIR%%/lib/optional/leveldbjni-%%LVDBJNIVERSION%%.jar -%%DATADIR%%/lib/optional/log4j-1.2.17.jar -%%DATADIR%%/lib/optional/org.apache.servicemix.bundles.josql-1.5_5.jar -%%DATADIR%%/lib/optional/org.linkedin.util-core-1.4.0.jar -%%DATADIR%%/lib/optional/org.linkedin.zookeeper-impl-1.4.0.jar -%%DATADIR%%/lib/optional/proton-j-0.16.0.jar -%%DATADIR%%/lib/optional/scala-library-2.11.0.jar -%%DATADIR%%/lib/optional/shiro-core-1.2.4.jar -%%DATADIR%%/lib/optional/shiro-spring-1.2.4.jar -%%DATADIR%%/lib/optional/slf4j-log4j12-1.7.13.jar -%%DATADIR%%/lib/optional/snappy-0.2.jar -%%DATADIR%%/lib/optional/snappy-java-1.1.2.jar -%%DATADIR%%/lib/optional/spring-aop-%%SPRINGVERSION%%.RELEASE.jar -%%DATADIR%%/lib/optional/spring-beans-%%SPRINGVERSION%%.RELEASE.jar -%%DATADIR%%/lib/optional/spring-context-%%SPRINGVERSION%%.RELEASE.jar -%%DATADIR%%/lib/optional/spring-core-%%SPRINGVERSION%%.RELEASE.jar -%%DATADIR%%/lib/optional/spring-expression-%%SPRINGVERSION%%.RELEASE.jar -%%DATADIR%%/lib/optional/spring-jms-%%SPRINGVERSION%%.RELEASE.jar -%%DATADIR%%/lib/optional/spring-oxm-%%SPRINGVERSION%%.RELEASE.jar -%%DATADIR%%/lib/optional/spring-tx-%%SPRINGVERSION%%.RELEASE.jar -%%DATADIR%%/lib/optional/velocity-1.7.jar -%%DATADIR%%/lib/optional/xbean-spring-4.2.jar -%%DATADIR%%/lib/optional/xpp3-1.1.4c.jar -%%DATADIR%%/lib/optional/xstream-1.4.9.jar -%%DATADIR%%/lib/optional/zookeeper-3.4.6.jar -%%DATADIR%%/lib/slf4j-api-1.7.13.jar -%%DATADIR%%/lib/web/apache-el-8.0.9.M3.jar -%%DATADIR%%/lib/web/apache-jsp-8.0.9.M3.jar -%%DATADIR%%/lib/web/apache-jsp-%%JETTYVERSION%%.jar -%%DATADIR%%/lib/web/apache-jstl-%%JETTYVERSION%%.jar -%%DATADIR%%/lib/web/asm-5.0.4.jar -%%DATADIR%%/lib/web/geronimo-annotation_1.0_spec-1.1.1.jar -%%DATADIR%%/lib/web/jdom-1.0.jar -%%DATADIR%%/lib/web/jetty-all-%%JETTYVERSION%%.jar -%%DATADIR%%/lib/web/jolokia-core-1.3.3.jar -%%DATADIR%%/lib/web/json-simple-1.1.1.jar -%%DATADIR%%/lib/web/org.eclipse.jdt.core-3.8.2.v20130121.jar -%%DATADIR%%/lib/web/rome-1.0.jar -%%DATADIR%%/lib/web/spring-web-%%SPRINGVERSION%%.RELEASE.jar -%%DATADIR%%/lib/web/spring-webmvc-%%SPRINGVERSION%%.RELEASE.jar -%%DATADIR%%/lib/web/taglibs-standard-impl-1.2.5.jar -%%DATADIR%%/lib/web/taglibs-standard-spec-1.2.5.jar -%%DATADIR%%/lib/web/tomcat-servlet-api-8.0.24.jar -%%DATADIR%%/lib/web/tomcat-websocket-api-8.0.24.jar -%%DATADIR%%/webapps-demo/demo/META-INF/LICENSE -%%DATADIR%%/webapps-demo/demo/META-INF/NOTICE -%%DATADIR%%/webapps-demo/demo/WEB-INF/web.xml -%%DATADIR%%/webapps-demo/demo/chat.css -%%DATADIR%%/webapps-demo/demo/chat.html -%%DATADIR%%/webapps-demo/demo/images/activemq-logo.png -%%DATADIR%%/webapps-demo/demo/images/asf-logo.png -%%DATADIR%%/webapps-demo/demo/images/big-bullet.png -%%DATADIR%%/webapps-demo/demo/images/black-footer-bottom.png -%%DATADIR%%/webapps-demo/demo/images/black-footer-left.png -%%DATADIR%%/webapps-demo/demo/images/black-footer-right.png -%%DATADIR%%/webapps-demo/demo/images/bottom-red-bar.png -%%DATADIR%%/webapps-demo/demo/images/checker-bg.png -%%DATADIR%%/webapps-demo/demo/images/content-left.png -%%DATADIR%%/webapps-demo/demo/images/content-right.png -%%DATADIR%%/webapps-demo/demo/images/feed_atom.png -%%DATADIR%%/webapps-demo/demo/images/feed_rss.png -%%DATADIR%%/webapps-demo/demo/images/left-box-bottom.png -%%DATADIR%%/webapps-demo/demo/images/left-box-right.png -%%DATADIR%%/webapps-demo/demo/images/left-box-top.png -%%DATADIR%%/webapps-demo/demo/images/oval-arrow.png -%%DATADIR%%/webapps-demo/demo/images/right-box-bottom.png -%%DATADIR%%/webapps-demo/demo/images/right-box-left.png -%%DATADIR%%/webapps-demo/demo/images/right-box-top.png -%%DATADIR%%/webapps-demo/demo/images/small-bullet-gray.png -%%DATADIR%%/webapps-demo/demo/images/small-bullet-red.png -%%DATADIR%%/webapps-demo/demo/images/spacer.gif -%%DATADIR%%/webapps-demo/demo/images/top-red-bar.png -%%DATADIR%%/webapps-demo/demo/images/white-header-left.png -%%DATADIR%%/webapps-demo/demo/images/white-header-right.png -%%DATADIR%%/webapps-demo/demo/images/white-header-top.png -%%DATADIR%%/webapps-demo/demo/index.html -%%DATADIR%%/webapps-demo/demo/js/amq.js -%%DATADIR%%/webapps-demo/demo/js/amq_dojo_adapter.js -%%DATADIR%%/webapps-demo/demo/js/amq_jquery_adapter.js -%%DATADIR%%/webapps-demo/demo/js/amq_prototype_adapter.js -%%DATADIR%%/webapps-demo/demo/js/chat.js -%%DATADIR%%/webapps-demo/demo/js/common.js -%%DATADIR%%/webapps-demo/demo/js/css.js -%%DATADIR%%/webapps-demo/demo/js/dojo.js -%%DATADIR%%/webapps-demo/demo/js/jquery-1.4.2.min.js -%%DATADIR%%/webapps-demo/demo/js/mochi/MochiKit.js -%%DATADIR%%/webapps-demo/demo/js/mochi/__package__.js -%%DATADIR%%/webapps-demo/demo/js/plotkit/Base.js -%%DATADIR%%/webapps-demo/demo/js/plotkit/Canvas.js -%%DATADIR%%/webapps-demo/demo/js/plotkit/Layout.js -%%DATADIR%%/webapps-demo/demo/js/plotkit/SVG.js -%%DATADIR%%/webapps-demo/demo/js/plotkit/SweetCanvas.js -%%DATADIR%%/webapps-demo/demo/js/plotkit/SweetSVG.js -%%DATADIR%%/webapps-demo/demo/js/plotkit/dummy.svg -%%DATADIR%%/webapps-demo/demo/js/plotkit/iecanvas.htc -%%DATADIR%%/webapps-demo/demo/js/prettify.js -%%DATADIR%%/webapps-demo/demo/js/prototype.js -%%DATADIR%%/webapps-demo/demo/js/standardista-table-sorting.js -%%DATADIR%%/webapps-demo/demo/mqtt/chat.css -%%DATADIR%%/webapps-demo/demo/mqtt/chat.js -%%DATADIR%%/webapps-demo/demo/mqtt/index.html -%%DATADIR%%/webapps-demo/demo/mqtt/mqttws31.js -%%DATADIR%%/webapps-demo/demo/portfolio/portfolio.html -%%DATADIR%%/webapps-demo/demo/portfolio/portfolio.js -%%DATADIR%%/webapps-demo/demo/send.html -%%DATADIR%%/webapps-demo/demo/style.css -%%DATADIR%%/webapps-demo/demo/styles/prettify.css -%%DATADIR%%/webapps-demo/demo/styles/site.css -%%DATADIR%%/webapps-demo/demo/styles/sorttable.css -%%DATADIR%%/webapps-demo/demo/styles/type-settings.css -%%DATADIR%%/webapps-demo/demo/test/amq_test.html -%%DATADIR%%/webapps-demo/demo/test/assets/README -%%DATADIR%%/webapps-demo/demo/test/assets/jsunittest.js -%%DATADIR%%/webapps-demo/demo/test/assets/unittest.css -%%DATADIR%%/webapps-demo/demo/websocket/chat.css -%%DATADIR%%/webapps-demo/demo/websocket/chat.js -%%DATADIR%%/webapps-demo/demo/websocket/index.html -%%DATADIR%%/webapps-demo/demo/websocket/stomp.js -%%DATADIR%%/webapps/admin/403.html -%%DATADIR%%/webapps/admin/404.html -%%DATADIR%%/webapps/admin/500.html -%%DATADIR%%/webapps/admin/META-INF/LICENSE -%%DATADIR%%/webapps/admin/META-INF/NOTICE -%%DATADIR%%/webapps/admin/WEB-INF/classes/org/apache/activemq/web/WebConsoleStarter$OsgiUtil.class -%%DATADIR%%/webapps/admin/WEB-INF/classes/org/apache/activemq/web/WebConsoleStarter.class -%%DATADIR%%/webapps/admin/WEB-INF/classes/org/apache/activemq/web/config/OsgiConfiguration.class -%%DATADIR%%/webapps/admin/WEB-INF/classes/org/apache/activemq/web/controller/CopyMessage.class -%%DATADIR%%/webapps/admin/WEB-INF/classes/org/apache/activemq/web/controller/CreateDestination.class -%%DATADIR%%/webapps/admin/WEB-INF/classes/org/apache/activemq/web/controller/CreateSubscriber.class -%%DATADIR%%/webapps/admin/WEB-INF/classes/org/apache/activemq/web/controller/DeleteDestination.class -%%DATADIR%%/webapps/admin/WEB-INF/classes/org/apache/activemq/web/controller/DeleteJob.class -%%DATADIR%%/webapps/admin/WEB-INF/classes/org/apache/activemq/web/controller/DeleteMessage.class -%%DATADIR%%/webapps/admin/WEB-INF/classes/org/apache/activemq/web/controller/DeleteSubscriber.class -%%DATADIR%%/webapps/admin/WEB-INF/classes/org/apache/activemq/web/controller/MoveMessage.class -%%DATADIR%%/webapps/admin/WEB-INF/classes/org/apache/activemq/web/controller/PurgeDestination.class -%%DATADIR%%/webapps/admin/WEB-INF/classes/org/apache/activemq/web/controller/RetryMessage.class -%%DATADIR%%/webapps/admin/WEB-INF/classes/org/apache/activemq/web/controller/SendMessage.class -%%DATADIR%%/webapps/admin/WEB-INF/classes/org/apache/activemq/web/filter/ApplicationContextFilter$1.class -%%DATADIR%%/webapps/admin/WEB-INF/classes/org/apache/activemq/web/filter/ApplicationContextFilter$2.class -%%DATADIR%%/webapps/admin/WEB-INF/classes/org/apache/activemq/web/filter/ApplicationContextFilter.class -%%DATADIR%%/webapps/admin/WEB-INF/classes/org/apache/activemq/web/handler/BindingBeanNameUrlHandlerMapping.class -%%DATADIR%%/webapps/admin/WEB-INF/dispatcher-servlet.xml -%%DATADIR%%/webapps/admin/WEB-INF/jspf/headertags.jspf -%%DATADIR%%/webapps/admin/WEB-INF/tags/form/checkbox.tag -%%DATADIR%%/webapps/admin/WEB-INF/tags/form/escape.tag -%%DATADIR%%/webapps/admin/WEB-INF/tags/form/forEachMapEntry.tag -%%DATADIR%%/webapps/admin/WEB-INF/tags/form/option.tag -%%DATADIR%%/webapps/admin/WEB-INF/tags/form/short.tag -%%DATADIR%%/webapps/admin/WEB-INF/tags/form/text.tag -%%DATADIR%%/webapps/admin/WEB-INF/tags/form/tooltip.tag -%%DATADIR%%/webapps/admin/WEB-INF/tags/form/uri.tag -%%DATADIR%%/webapps/admin/WEB-INF/tags/jms/forEachConnection.tag -%%DATADIR%%/webapps/admin/WEB-INF/tags/jms/forEachMessage.tag -%%DATADIR%%/webapps/admin/WEB-INF/tags/jms/formatTimestamp.tag -%%DATADIR%%/webapps/admin/WEB-INF/tags/jms/persistent.tag -%%DATADIR%%/webapps/admin/WEB-INF/web.xml -%%DATADIR%%/webapps/admin/WEB-INF/webconsole-default.xml -%%DATADIR%%/webapps/admin/WEB-INF/webconsole-embedded.xml -%%DATADIR%%/webapps/admin/WEB-INF/webconsole-invm.xml -%%DATADIR%%/webapps/admin/WEB-INF/webconsole-jndi.xml -%%DATADIR%%/webapps/admin/WEB-INF/webconsole-osgi.xml -%%DATADIR%%/webapps/admin/WEB-INF/webconsole-properties.xml -%%DATADIR%%/webapps/admin/WEB-INF/webconsole-query.xml -%%DATADIR%%/webapps/admin/browse.jsp -%%DATADIR%%/webapps/admin/connection.jsp -%%DATADIR%%/webapps/admin/connections.jsp -%%DATADIR%%/webapps/admin/decorators/footer.jsp -%%DATADIR%%/webapps/admin/decorators/head.jsp -%%DATADIR%%/webapps/admin/decorators/header.jsp -%%DATADIR%%/webapps/admin/graph.jsp -%%DATADIR%%/webapps/admin/images/activemq-logo.png -%%DATADIR%%/webapps/admin/images/asf-logo.png -%%DATADIR%%/webapps/admin/images/big-bullet.png -%%DATADIR%%/webapps/admin/images/black-footer-bottom.png -%%DATADIR%%/webapps/admin/images/black-footer-left.png -%%DATADIR%%/webapps/admin/images/black-footer-right.png -%%DATADIR%%/webapps/admin/images/bottom-red-bar.png -%%DATADIR%%/webapps/admin/images/checker-bg.png -%%DATADIR%%/webapps/admin/images/content-left.png -%%DATADIR%%/webapps/admin/images/content-right.png -%%DATADIR%%/webapps/admin/images/feed_atom.png -%%DATADIR%%/webapps/admin/images/feed_rss.png -%%DATADIR%%/webapps/admin/images/left-box-bottom.png -%%DATADIR%%/webapps/admin/images/left-box-right.png -%%DATADIR%%/webapps/admin/images/left-box-top.png -%%DATADIR%%/webapps/admin/images/oval-arrow.png -%%DATADIR%%/webapps/admin/images/right-box-bottom.png -%%DATADIR%%/webapps/admin/images/right-box-left.png -%%DATADIR%%/webapps/admin/images/right-box-top.png -%%DATADIR%%/webapps/admin/images/small-bullet-gray.png -%%DATADIR%%/webapps/admin/images/small-bullet-red.png -%%DATADIR%%/webapps/admin/images/spacer.gif -%%DATADIR%%/webapps/admin/images/top-red-bar.png -%%DATADIR%%/webapps/admin/images/white-header-left.png -%%DATADIR%%/webapps/admin/images/white-header-right.png -%%DATADIR%%/webapps/admin/images/white-header-top.png -%%DATADIR%%/webapps/admin/index.jsp -%%DATADIR%%/webapps/admin/js/common.js -%%DATADIR%%/webapps/admin/js/css.js -%%DATADIR%%/webapps/admin/js/mochi/MochiKit.js -%%DATADIR%%/webapps/admin/js/mochi/__package__.js -%%DATADIR%%/webapps/admin/js/plotkit/Base.js -%%DATADIR%%/webapps/admin/js/plotkit/Canvas.js -%%DATADIR%%/webapps/admin/js/plotkit/Layout.js -%%DATADIR%%/webapps/admin/js/plotkit/SVG.js -%%DATADIR%%/webapps/admin/js/plotkit/SweetCanvas.js -%%DATADIR%%/webapps/admin/js/plotkit/SweetSVG.js -%%DATADIR%%/webapps/admin/js/plotkit/dummy.svg -%%DATADIR%%/webapps/admin/js/plotkit/iecanvas.htc -%%DATADIR%%/webapps/admin/js/prettify.js -%%DATADIR%%/webapps/admin/js/standardista-table-sorting.js -%%DATADIR%%/webapps/admin/message.jsp -%%DATADIR%%/webapps/admin/login.html -%%DATADIR%%/webapps/admin/network.jsp -%%DATADIR%%/webapps/admin/queueConsumers.jsp -%%DATADIR%%/webapps/admin/queueGraph.jsp -%%DATADIR%%/webapps/admin/queueProducers.jsp -%%DATADIR%%/webapps/admin/queues.jsp -%%DATADIR%%/webapps/admin/scheduled.jsp -%%DATADIR%%/webapps/admin/send.jsp -%%DATADIR%%/webapps/admin/slave.jsp -%%DATADIR%%/webapps/admin/styles/prettify.css -%%DATADIR%%/webapps/admin/styles/site.css -%%DATADIR%%/webapps/admin/styles/sorttable.css -%%DATADIR%%/webapps/admin/styles/type-settings.css -%%DATADIR%%/webapps/admin/subscribers.jsp -%%DATADIR%%/webapps/admin/test/dummy.jsp -%%DATADIR%%/webapps/admin/test/index.jsp -%%DATADIR%%/webapps/admin/test/systemProperties.jsp -%%DATADIR%%/webapps/admin/topicProducers.jsp -%%DATADIR%%/webapps/admin/topicSubscribers.jsp -%%DATADIR%%/webapps/admin/topics.jsp -%%DATADIR%%/webapps/admin/xml/queues.jsp -%%DATADIR%%/webapps/admin/xml/subscribers.jsp -%%DATADIR%%/webapps/admin/xml/topics.jsp -%%DATADIR%%/webapps/api/WEB-INF/classes/jolokia-access.xml -%%DATADIR%%/webapps/api/WEB-INF/web.xml -%%DATADIR%%/webapps/favicon.ico -%%DATADIR%%/webapps/images/activemq-logo.png -%%DATADIR%%/webapps/images/asf-logo.png -%%DATADIR%%/webapps/images/big-bullet.png -%%DATADIR%%/webapps/images/black-footer-bottom.png -%%DATADIR%%/webapps/images/black-footer-left.png -%%DATADIR%%/webapps/images/black-footer-right.png -%%DATADIR%%/webapps/images/bottom-red-bar.png -%%DATADIR%%/webapps/images/checker-bg.png -%%DATADIR%%/webapps/images/content-left.png -%%DATADIR%%/webapps/images/content-right.png -%%DATADIR%%/webapps/images/feed_atom.png -%%DATADIR%%/webapps/images/feed_rss.png -%%DATADIR%%/webapps/images/left-box-bottom.png -%%DATADIR%%/webapps/images/left-box-right.png -%%DATADIR%%/webapps/images/left-box-top.png -%%DATADIR%%/webapps/images/oval-arrow.png -%%DATADIR%%/webapps/images/right-box-bottom.png -%%DATADIR%%/webapps/images/right-box-left.png -%%DATADIR%%/webapps/images/right-box-top.png -%%DATADIR%%/webapps/images/small-bullet-gray.png -%%DATADIR%%/webapps/images/small-bullet-red.png -%%DATADIR%%/webapps/images/spacer.gif -%%DATADIR%%/webapps/images/top-red-bar.png -%%DATADIR%%/webapps/images/white-header-left.png -%%DATADIR%%/webapps/images/white-header-right.png -%%DATADIR%%/webapps/images/white-header-top.png -%%DATADIR%%/webapps/index.html -%%DATADIR%%/webapps/styles/prettify.css -%%DATADIR%%/webapps/styles/site.css -%%DATADIR%%/webapps/styles/sorttable.css -%%DATADIR%%/webapps/styles/type-settings.css -%%PORTDOCS%%%%DATADIR%%/docs -%%PORTDOCS%%%%DOCSDIR%%/LICENSE -%%PORTDOCS%%%%DOCSDIR%%/NOTICE -%%PORTDOCS%%%%DOCSDIR%%/README.txt -%%PORTDOCS%%%%DOCSDIR%%/WebConsole-README.txt -%%PORTDOCS%%%%DOCSDIR%%/index.html -%%PORTDOCS%%%%DOCSDIR%%/user-guide.html +bin/activemq +bin/activemq-diag @owner %%MQUSER%% @group %%MQGROUP%% @sample %%ETCDIR%%/activemq.xml.sample +@sample %%ETCDIR%%/broker-localhost.cert.sample +@sample %%ETCDIR%%/broker.ks.sample +@sample %%ETCDIR%%/broker.ts.sample +@sample %%ETCDIR%%/client.ks.sample +@sample %%ETCDIR%%/client.ts.sample @sample %%ETCDIR%%/credentials-enc.properties.sample @sample %%ETCDIR%%/credentials.properties.sample +@sample %%ETCDIR%%/groups.properties.sample +@sample %%ETCDIR%%/java.security.sample @sample %%ETCDIR%%/jetty-realm.properties.sample @sample %%ETCDIR%%/jetty.xml.sample @sample %%ETCDIR%%/jmx.access.sample @sample %%ETCDIR%%/jmx.password.sample @sample %%ETCDIR%%/log4j.properties.sample @sample %%ETCDIR%%/logging.properties.sample -@sample %%ETCDIR%%/broker-localhost.cert.sample -@sample %%ETCDIR%%/broker.ks.sample -@sample %%ETCDIR%%/broker.ts.sample -@sample %%ETCDIR%%/client.ks.sample -@sample %%ETCDIR%%/client.ts.sample -@sample %%ETCDIR%%/groups.properties.sample @sample %%ETCDIR%%/login.config.sample @sample %%ETCDIR%%/users.properties.sample -@owner +@dir(,,0750) %%MQDB%% @group -%%PORTEXAMPLES%%%%DATADIR%%/examples -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/amqp/java/pom.xml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/amqp/java/readme.md -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/amqp/java/src/main/java/example/Listener.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/amqp/java/src/main/java/example/Publisher.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/amqp/python/listener.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/amqp/python/publisher.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/conf/activemq-demo.xml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/conf/activemq-dynamic-network-broker1.xml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/conf/activemq-dynamic-network-broker2.xml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/conf/activemq-jdbc-performance.xml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/conf/activemq-jdbc.xml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/conf/activemq-leveldb-replicating.xml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/conf/activemq-mqtt.xml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/conf/activemq-scalability.xml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/conf/activemq-security.xml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/conf/activemq-specjms.xml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/conf/activemq-static-network-broker1.xml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/conf/activemq-static-network-broker2.xml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/conf/activemq-stomp.xml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/conf/activemq-throughput.xml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/conf/activemq.xml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/conf/camel.xml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/conf/jetty-demo.xml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/conf/log4j.properties -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/conf/resin-web.xml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/conf/web.xml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mqtt/java/pom.xml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mqtt/java/readme.md -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mqtt/java/src/main/java/example/Listener.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mqtt/java/src/main/java/example/Publisher.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mqtt/websocket/index.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mqtt/websocket/readme.md -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mqtt/websocket/css/bootstrap.min.css -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mqtt/websocket/css/bootstrap.min.responsive.css -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mqtt/websocket/img/glyphicons-halflings-white.png -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mqtt/websocket/img/glyphicons-halflings.png -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mqtt/websocket/js/jquery-1.7.2.min.js -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/mqtt/websocket/js/mqttws31.js -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openwire/advanced-scenarios/pom.xml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openwire/advanced-scenarios/readme.md -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openwire/advanced-scenarios/jms-example-composite-destinations/pom.xml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openwire/advanced-scenarios/jms-example-composite-destinations/readme.md -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openwire/advanced-scenarios/jms-example-composite-destinations/src/main/java/example/composite/dest/Consumer.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openwire/advanced-scenarios/jms-example-composite-destinations/src/main/java/example/composite/dest/Producer.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openwire/advanced-scenarios/jms-example-durable-sub/pom.xml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openwire/advanced-scenarios/jms-example-durable-sub/readme.md -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openwire/advanced-scenarios/jms-example-durable-sub/src/main/java/example/topic/durable/Publisher.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openwire/advanced-scenarios/jms-example-durable-sub/src/main/java/example/topic/durable/Subscriber.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openwire/advanced-scenarios/jms-example-exclusive-consumer/pom.xml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openwire/advanced-scenarios/jms-example-exclusive-consumer/readme.md -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openwire/advanced-scenarios/jms-example-exclusive-consumer/src/main/java/example/queue/exclusive/Consumer.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openwire/advanced-scenarios/jms-example-exclusive-consumer/src/main/java/example/queue/exclusive/Producer.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openwire/advanced-scenarios/jms-example-message-browser/pom.xml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openwire/advanced-scenarios/jms-example-message-browser/readme.md -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openwire/advanced-scenarios/jms-example-message-browser/src/main/java/example/browser/Browser.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openwire/advanced-scenarios/jms-example-message-browser/src/main/java/example/browser/Producer.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openwire/advanced-scenarios/jms-example-queue/pom.xml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openwire/advanced-scenarios/jms-example-queue/readme.md -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openwire/advanced-scenarios/jms-example-queue/src/main/java/example/queue/Consumer.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openwire/advanced-scenarios/jms-example-queue/src/main/java/example/queue/Producer.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openwire/advanced-scenarios/jms-example-queue/src/main/resources/log4j.properties -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openwire/advanced-scenarios/jms-example-queue-selector/pom.xml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openwire/advanced-scenarios/jms-example-queue-selector/readme.md -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openwire/advanced-scenarios/jms-example-queue-selector/src/main/java/example/queue/selector/Consumer.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openwire/advanced-scenarios/jms-example-queue-selector/src/main/java/example/queue/selector/Producer.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openwire/advanced-scenarios/jms-example-temp-destinations/pom.xml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openwire/advanced-scenarios/jms-example-temp-destinations/readme.md -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openwire/advanced-scenarios/jms-example-temp-destinations/src/main/java/example/tempdest/Consumer.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openwire/advanced-scenarios/jms-example-temp-destinations/src/main/java/example/tempdest/ProducerRequestReply.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openwire/advanced-scenarios/jms-example-topic/pom.xml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openwire/advanced-scenarios/jms-example-topic/readme.md -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openwire/advanced-scenarios/jms-example-topic/src/main/java/example/topic/Publisher.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openwire/advanced-scenarios/jms-example-topic/src/main/java/example/topic/Subscriber.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openwire/advanced-scenarios/jms-example-topic/src/main/resources/log4j.properties -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openwire/advanced-scenarios/jms-example-transaction/pom.xml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openwire/advanced-scenarios/jms-example-transaction/readme.md -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openwire/advanced-scenarios/jms-example-transaction/src/main/java/example/transaction/Client.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openwire/advanced-scenarios/jms-example-wildcard-consumer/pom.xml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openwire/advanced-scenarios/jms-example-wildcard-consumer/readme.md -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openwire/advanced-scenarios/jms-example-wildcard-consumer/src/main/java/example/wildcard/Client.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openwire/cpp/Listener.cpp -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openwire/cpp/Publisher.cpp -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openwire/cpp/readme.md -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openwire/csharp/readme.md -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openwire/csharp/ActiveMQExamples/ActiveMQExamples.sln -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openwire/csharp/ActiveMQExamples/ActiveMQExamples.userprefs -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openwire/csharp/ActiveMQExamples/Listener/AssemblyInfo.cs -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openwire/csharp/ActiveMQExamples/Listener/Listener.cs -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openwire/csharp/ActiveMQExamples/Listener/Listener.csproj -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openwire/csharp/ActiveMQExamples/Listener/NMSTracer.cs -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openwire/csharp/ActiveMQExamples/Publisher/AssemblyInfo.cs -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openwire/csharp/ActiveMQExamples/Publisher/NMSTracer.cs -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openwire/csharp/ActiveMQExamples/Publisher/Publisher.cs -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openwire/csharp/ActiveMQExamples/Publisher/Publisher.csproj -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openwire/ecommerce/README.txt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openwire/ecommerce/build.xml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openwire/ecommerce/src/Retailer.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openwire/ecommerce/src/Supplier.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openwire/ecommerce/src/TransactionsDemo.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openwire/ecommerce/src/Vendor.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openwire/exploring-jms/build.xml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openwire/exploring-jms/readme.txt -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openwire/exploring-jms/QueuePTPSamples/QueueMonitor/QueueMonitor.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openwire/exploring-jms/QueuePTPSamples/QueueMonitor/QueueMonitor.properties -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openwire/exploring-jms/QueuePTPSamples/QueueRoundTrip/QueueRoundTrip.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openwire/exploring-jms/QueuePTPSamples/RequestReply/Replier.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openwire/exploring-jms/QueuePTPSamples/RequestReply/Requestor.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openwire/exploring-jms/QueuePTPSamples/SelectorTalk/SelectorTalk.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openwire/exploring-jms/QueuePTPSamples/Talk/Talk.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openwire/exploring-jms/QueuePTPSamples/TransactedTalk/TransactedTalk.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openwire/exploring-jms/TopicPubSubSamples/Chat/Chat.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openwire/exploring-jms/TopicPubSubSamples/DurableChat/DurableChat.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openwire/exploring-jms/TopicPubSubSamples/HierarchicalChat/HierarchicalChat.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openwire/exploring-jms/TopicPubSubSamples/MessageMonitor/MessageMonitor.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openwire/exploring-jms/TopicPubSubSamples/MessageMonitor/MessageMonitor.properties -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openwire/exploring-jms/TopicPubSubSamples/RequestReply/TopicReplier.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openwire/exploring-jms/TopicPubSubSamples/RequestReply/TopicRequestor.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openwire/exploring-jms/TopicPubSubSamples/SelectorChat/SelectorChat.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openwire/exploring-jms/TopicPubSubSamples/TransactedChat/TransactedChat.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openwire/exploring-jms/conf/log4j.properties -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openwire/java/pom.xml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openwire/java/readme.md -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openwire/java/src/main/java/example/Listener.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openwire/java/src/main/java/example/Publisher.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openwire/swissarmy/build.xml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openwire/swissarmy/readme.md -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openwire/swissarmy/src/CommandLineSupport.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openwire/swissarmy/src/ConsumerTool.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openwire/swissarmy/src/EmbeddedBroker.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openwire/swissarmy/src/Log4jJMSAppenderExample.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openwire/swissarmy/src/ProducerAndConsumerTool.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openwire/swissarmy/src/ProducerTool.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openwire/swissarmy/src/RequesterTool.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openwire/swissarmy/src/StompExample.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openwire/swissarmy/src/TopicListener.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openwire/swissarmy/src/TopicPublisher.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openwire/swissarmy/src/jndi.properties -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/openwire/swissarmy/src/log4j-jms.properties -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stomp/cpp/Listener.cpp -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stomp/cpp/Publisher.cpp -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stomp/cpp/readme.md -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stomp/csharp/readme.md -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stomp/csharp/ActiveMQExamples/ActiveMQExamples.sln -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stomp/csharp/ActiveMQExamples/ActiveMQExamples.userprefs -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stomp/csharp/ActiveMQExamples/Listener/AssemblyInfo.cs -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stomp/csharp/ActiveMQExamples/Listener/Listener.cs -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stomp/csharp/ActiveMQExamples/Listener/Listener.csproj -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stomp/csharp/ActiveMQExamples/Listener/NMSTracer.cs -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stomp/csharp/ActiveMQExamples/Publisher/AssemblyInfo.cs -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stomp/csharp/ActiveMQExamples/Publisher/NMSTracer.cs -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stomp/csharp/ActiveMQExamples/Publisher/Publisher.cs -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stomp/csharp/ActiveMQExamples/Publisher/Publisher.csproj -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stomp/java/pom.xml -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stomp/java/readme.md -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stomp/java/src/main/java/example/Listener.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stomp/java/src/main/java/example/Publisher.java -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stomp/perl/listener -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stomp/perl/publisher -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stomp/perl/readme.md -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stomp/php/listener.php -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stomp/php/publisher.php -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stomp/php/readme.md -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stomp/python/readme.md -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stomp/python/stompest/readme.md -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stomp/python/stompest/async/__init__.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stomp/python/stompest/async/listener.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stomp/python/stompest/async/publisher.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stomp/python/stompest/sync/__init__.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stomp/python/stompest/sync/listener.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stomp/python/stompest/sync/publisher.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stomp/python/stomppy/listener.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stomp/python/stomppy/publisher.py -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stomp/python/stomppy/readme.md -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stomp/ruby/catstomp.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stomp/ruby/listener.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stomp/ruby/publisher.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stomp/ruby/readme.md -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stomp/ruby/stompcat.rb -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stomp/websocket/index.html -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stomp/websocket/readme.md -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stomp/websocket/css/bootstrap.min.css -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stomp/websocket/css/bootstrap.min.responsive.css -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stomp/websocket/img/glyphicons-halflings-white.png -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stomp/websocket/img/glyphicons-halflings.png -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stomp/websocket/js/jquery-1.7.2.min.js -%%PORTEXAMPLES%%%%EXAMPLESDIR%%/stomp/websocket/js/stomp.js +@owner