Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.36.0
-
None
Description
When paging and many messages in a queue, the following is observed:
$ bin/artemis producer --user admin --password admin --url tcp://localhost:61616 --message-count 10000 --message-size 10240 --destination queue://FOO
...
$ curl -XPOST -H "Content-Type: application/json" -H "Origin: http://localhost" --user "admin:admin" -d '
'
...
{"request":
,"value":8630,"timestamp":1718395680,"status":200}
Note that the messageCount for the moveMessages operation was 500, but in reality 8630 messages were moved (verified with queue stats). This does not seem to happen for queues with a low queue depth.
Attachments
Issue Links
- links to