Details
-
Bug
-
Status: Closed
-
Major
-
Resolution: Fixed
-
2.30.0
-
None
Description
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"
Attachments
Attachments
Issue Links
- causes
-
ARTEMIS-4713 Mitigate NPE in LargeMessageControllerImpl
- Closed
- links to