You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@activemq.apache.org by cl...@apache.org on 2016/09/28 16:18:46 UTC

[1/2] activemq-artemis git commit: This closes #807

Repository: activemq-artemis
Updated Branches:
  refs/heads/master bfbe68f0c -> b1a06b885


This closes #807


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/b1a06b88
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/b1a06b88
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/b1a06b88

Branch: refs/heads/master
Commit: b1a06b88578b0d5bde17425cb336d6887dcc7abd
Parents: bfbe68f aca1733
Author: Clebert Suconic <cl...@apache.org>
Authored: Wed Sep 28 12:18:27 2016 -0400
Committer: Clebert Suconic <cl...@apache.org>
Committed: Wed Sep 28 12:18:27 2016 -0400

----------------------------------------------------------------------
 .../src/main/resources/activemq/server0/broker.xml            | 7 -------
 1 file changed, 7 deletions(-)
----------------------------------------------------------------------



[2/2] activemq-artemis git commit: ARTEMIS-757 Fix STOMP with interceptor example

Posted by cl...@apache.org.
ARTEMIS-757 Fix STOMP with interceptor example


Project: http://git-wip-us.apache.org/repos/asf/activemq-artemis/repo
Commit: http://git-wip-us.apache.org/repos/asf/activemq-artemis/commit/aca17336
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/aca17336
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/aca17336

Branch: refs/heads/master
Commit: aca17336603f7738b9d7d8350138021f6887d154
Parents: bfbe68f
Author: Martyn Taylor <mt...@redhat.com>
Authored: Wed Sep 28 11:59:18 2016 +0100
Committer: Clebert Suconic <cl...@apache.org>
Committed: Wed Sep 28 12:18:27 2016 -0400

----------------------------------------------------------------------
 .../src/main/resources/activemq/server0/broker.xml            | 7 -------
 1 file changed, 7 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/aca17336/examples/protocols/stomp/stomp-embedded-interceptor/src/main/resources/activemq/server0/broker.xml
----------------------------------------------------------------------
diff --git a/examples/protocols/stomp/stomp-embedded-interceptor/src/main/resources/activemq/server0/broker.xml b/examples/protocols/stomp/stomp-embedded-interceptor/src/main/resources/activemq/server0/broker.xml
index 132bcec..c755305 100644
--- a/examples/protocols/stomp/stomp-embedded-interceptor/src/main/resources/activemq/server0/broker.xml
+++ b/examples/protocols/stomp/stomp-embedded-interceptor/src/main/resources/activemq/server0/broker.xml
@@ -37,13 +37,6 @@ under the License.
 
       <paging-directory>./data/paging</paging-directory>
 
-      <queues>
-         <queue name="jms">
-            <address></address>
-         </queue>
-      </queues>
-
-
       <remoting-incoming-interceptors>
          <class-name>org.apache.activemq.artemis.jms.example.MyStompInterceptor</class-name>
          <class-name>org.apache.activemq.artemis.jms.example.RegularInterceptor</class-name>