Repository: activemq-artemis Updated Branches: refs/heads/master 9214f504a -> c4ab15060
This closes #613 Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/c4ab1506 Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/c4ab1506 Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/c4ab1506 Branch: refs/heads/master Commit: c4ab15060a0d15124f6b506c31e473dee9a8c360 Parents: 9214f50 beda16b Author: Clebert Suconic <[email protected]> Authored: Tue Jul 5 12:44:17 2016 -0400 Committer: Clebert Suconic <[email protected]> Committed: Tue Jul 5 12:44:17 2016 -0400 ---------------------------------------------------------------------- artemis-distribution/pom.xml | 2 ++ artemis-distribution/src/main/assembly/dep.xml | 2 +- artemis-web/pom.xml | 2 ++ .../features/standard/rest/dup-send/README.txt | 2 +- .../features/standard/rest/dup-send/pom.xml | 21 ++--------- .../rest/dup-send/src/main/java/PostOrder.java | 2 +- .../dup-send/src/main/java/PostOrderWithId.java | 2 +- .../dup-send/src/main/java/ReceiveOrder.java | 2 +- .../src/main/resources/activemq-client.xml | 36 ------------------- .../src/main/resources/artemis-roles.properties | 17 --------- .../src/main/resources/artemis-users.properties | 17 --------- .../rest/dup-send/src/main/resources/broker.xml | 23 +----------- .../dup-send/src/main/webapp/WEB-INF/web.xml | 4 +-- .../standard/rest/javascript-chat/README.txt | 4 +-- .../standard/rest/javascript-chat/pom.xml | 21 ++--------- .../src/main/resources/artemis-roles.properties | 17 --------- .../src/main/resources/artemis-users.properties | 17 --------- .../src/main/resources/broker.xml | 22 +----------- .../src/main/webapp/WEB-INF/web.xml | 4 +-- .../messaging/test/AutoAckTopicTest.java | 2 +- .../standard/rest/jms-to-rest/README.txt | 2 +- .../features/standard/rest/jms-to-rest/pom.xml | 21 ++--------- .../standard/rest/jms-to-rest/postOrder.py | 6 ++-- .../standard/rest/jms-to-rest/receiveOrder.py | 12 +++---- .../jms-to-rest/src/main/java/JmsHelper.java | 38 -------------------- .../jms-to-rest/src/main/java/JmsReceive.java | 3 +- .../rest/jms-to-rest/src/main/java/JmsSend.java | 3 +- .../jms-to-rest/src/main/java/RestReceive.java | 2 +- .../jms-to-rest/src/main/java/RestSend.java | 2 +- .../src/main/resources/activemq-client.xml | 36 ------------------- .../src/main/resources/artemis-roles.properties | 17 --------- .../src/main/resources/artemis-users.properties | 17 --------- .../jms-to-rest/src/main/resources/broker.xml | 24 ++----------- .../jms-to-rest/src/main/webapp/WEB-INF/web.xml | 4 +-- examples/features/standard/rest/push/README.txt | 2 +- examples/features/standard/rest/push/pom.xml | 20 ++--------- .../rest/push/src/main/java/JmsHelper.java | 37 ------------------- .../rest/push/src/main/java/PostOrder.java | 3 +- .../rest/push/src/main/java/PushReg.java | 12 ++----- .../push/src/main/java/ReceiveShipping.java | 3 +- .../push/src/main/resources/activemq-client.xml | 36 ------------------- .../src/main/resources/artemis-roles.properties | 17 --------- .../src/main/resources/artemis-users.properties | 17 --------- .../rest/push/src/main/resources/broker.xml | 22 +----------- .../src/main/resources/test-realm.properties | 18 ---------- .../rest/push/src/main/webapp/WEB-INF/web.xml | 23 ++---------- pom.xml | 4 ++- 47 files changed, 63 insertions(+), 557 deletions(-) ----------------------------------------------------------------------
