[
https://issues.jboss.org/browse/WFLY-10043?page=com.atlassian.jira.plugin...
]
Martin Styk updated WFLY-10043:
-------------------------------
Steps to Reproduce:
{noformat}
git clone
git://git.app.eng.bos.redhat.com/jbossqe/eap-tests-hornetq.git
cd eap-tests-hornetq/scripts/
groovy -DEAP_ZIP_URL=<CURRENT_DIST_URL> PrepareServers7.groovy
export WORKSPACE=$PWD
export JBOSS_HOME_1=$WORKSPACE/server1/jboss-eap
export JBOSS_HOME_2=$WORKSPACE/server2/jboss-eap
export JBOSS_HOME_3=$WORKSPACE/server3/jboss-eap
export JBOSS_HOME_4=$WORKSPACE/server4/jboss-eap
cd ../jboss-hornetq-testsuite/
mvn clean test -Dtest=LastValueQueuesTestCase#lastValueQueueTest
-Deap7.org.jboss.qa.hornetq.apps.clients.version=<CLIENT_VERSION> | tee log
{noformat}
[Artemis 2.x Upgrade] Last value queues do not work
---------------------------------------------------
Key: WFLY-10043
URL:
https://issues.jboss.org/browse/WFLY-10043
Project: WildFly
Issue Type: Bug
Components: JMS
Reporter: Martin Styk
Assignee: Jeff Mesnil
Last value queues are not working as expected.
# Set {{last-value-queue="true"}} for an address settings {{#}}
# Send 10 messages with {{message.setStringProperty("_AMQ_LVQ_NAME",
"myProperty");}}
# Receiver receives 10 messages. (it is expected to receive the single message)
This looks like broker related regression against Artemis 1.5.
Wildfly:
{{https://github.com/jmesnil/wildfly/tree/WFLY-9407_upgrade_artemis_2.4.0_with_prefix}}
(06c878a313d3cad323889d017e60fd5533204d1a)
Artemis: upstreadm master (577b62d5210cdcc0f86ab9bb1b24e944c877dfe7)
--
This message was sent by Atlassian JIRA
(v7.5.0#75005)