Jean-Pascal Briquet created ARTEMIS-4588:
--------------------------------------------
Summary: Queue Federation and large messages move slowdown
Key: ARTEMIS-4588
URL: https://issues.apache.org/jira/browse/ARTEMIS-4588
Project: ActiveMQ Artemis
Issue Type: Bug
Components: Broker, Federation
Affects Versions: 2.30.0
Reporter: Jean-Pascal Briquet
Attachments: federation-large-message-testcase.java
*Artemis configuration:*
Artemis configured with a dual queue federation link on Artemis and requirement
to support via this federation link standard messages and large messages
(between 100kb and 500kb).
*What is happening:*
When a consumer is created, one or two large messages are consumed instantly
thanks to the federation but next messages are received very slowly and arrive
one by one after a delay of 30s.
The queue federation works well with standard messages and does not have any
pause between message consumption.
The delay between each message consumed looks to be coming from the
call-timeout property set on the federation upstream, when changing its value,
it changes the pause/delay between large messages consumption.
*Reproduction*
A test case is attached and can be run by adding it into
"tests/integration-tests/src/test/java/org/apache/activemq/artemis/tests/integration/federation/FederatedQueueTest.java"
--
This message was sent by Atlassian Jira
(v8.20.10#820010)