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/01/27 23:12:41 UTC

[1/2] activemq-artemis git commit: Fix broken LVQ example

Repository: activemq-artemis
Updated Branches:
  refs/heads/master 53044dea1 -> 392e1c91f


Fix broken LVQ 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/11e70355
Tree: http://git-wip-us.apache.org/repos/asf/activemq-artemis/tree/11e70355
Diff: http://git-wip-us.apache.org/repos/asf/activemq-artemis/diff/11e70355

Branch: refs/heads/master
Commit: 11e7035596f4eaf931d6586ee0500430252b188b
Parents: 53044de
Author: jbertram <jb...@apache.org>
Authored: Wed Jan 27 16:00:14 2016 -0600
Committer: jbertram <jb...@apache.org>
Committed: Wed Jan 27 16:02:06 2016 -0600

----------------------------------------------------------------------
 .../src/main/resources/activemq/server0/broker.xml                | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/activemq-artemis/blob/11e70355/examples/features/standard/last-value-queue/src/main/resources/activemq/server0/broker.xml
----------------------------------------------------------------------
diff --git a/examples/features/standard/last-value-queue/src/main/resources/activemq/server0/broker.xml b/examples/features/standard/last-value-queue/src/main/resources/activemq/server0/broker.xml
index bf425fe..62818cf 100644
--- a/examples/features/standard/last-value-queue/src/main/resources/activemq/server0/broker.xml
+++ b/examples/features/standard/last-value-queue/src/main/resources/activemq/server0/broker.xml
@@ -57,8 +57,7 @@ under the License.
       </security-settings>
 
       <address-settings>
-         <!--override the expiry address for the example-->
-         <address-setting match="jms.queue.lastValueQueue">
+         <address-setting match="jms.queue.exampleQueue">
             <last-value-queue>true</last-value-queue>
          </address-setting>
       </address-settings>


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

Posted by cl...@apache.org.
This closes #358


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

Branch: refs/heads/master
Commit: 392e1c91fadee646abb8aa7327b3ef918b301ae6
Parents: 53044de 11e7035
Author: Clebert Suconic <cl...@apache.org>
Authored: Wed Jan 27 17:12:36 2016 -0500
Committer: Clebert Suconic <cl...@apache.org>
Committed: Wed Jan 27 17:12:36 2016 -0500

----------------------------------------------------------------------
 .../src/main/resources/activemq/server0/broker.xml                | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)
----------------------------------------------------------------------