[
https://issues.jboss.org/browse/WFLY-10043?page=com.atlassian.jira.plugin...
]
Jeff Mesnil commented on WFLY-10043:
------------------------------------
[~martyn-taylor] This looks to be a regression against Artemis 1.5
[~mstyk] The test sends 10 messages and then perform 2 checks:
* that there is only 1 message in the queue (on the broker side)
* that the receiver only gets 1 message
If you still have some logs, could you please tell us which check is failing?
[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
Priority: Blocker
Labels: activemq
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)