Artemis 2.32.0 some expired messages are lost

2024-03-12 Thread rusu ionut
Hello,I'm using latest version of Artemis with AmqpNetLite from .NET to send/receive messages. I have the following scenario: one queue (Q1) with an expiry address set. Q1 will receive messages with Ttl of 1 minute. So messages will be available in Q1 for 1 minute and then are moved to expiry a

Re: Artemis 2.32.0 some expired messages are lost

2024-03-18 Thread rusu ionut
la 16:38:52 EET, Justin Bertram a scris: I'm not aware of any problems like this. Can you provide a way to reproduce it? Justin On Tue, Mar 12, 2024 at 9:27 AM rusu ionut wrote: > Hello,I'm using latest version of Artemis with AmqpNetLite from .NET to > send/receive

Re: Artemis 2.32.0 some expired messages are lost

2024-04-01 Thread rusu ionut
Hello Justin,Did you have time to look into my issue? Do you have any update? Let me know if you find anything. Best regards,Ionut

Re: Artemis 2.32.0 some expired messages are lost

2024-04-09 Thread rusu ionut
Hello Justin,  I've tested on my side and the messages are not moved to expiry queue. I suspect that in your case you didn't reproduces the problem. You just closed the tester/reproducer before all the messages are expired.In my case I can reproduce the problem when I run the test for a longer p

Artemis amqp-ws-acceptor idle timeout

2024-04-16 Thread rusu ionut
Hello,Is there a way to change the idle timeout for the WebSocket connection. In my case, I connect from angular using rhea-promise library. Everything works until I put the browser in background (minimize). After 5 minutes of inactivity, the browser is throttling the heartbeat (websocket ping)

Persistence and paging

2024-07-16 Thread rusu ionut
Hello,I would like to know how persistence and paging are working when both are enabled. Also, is paging slower? From my tests, when paging starts, the Disk I/O in Task Manager is much lower than before paging.All the messages and queues used for testing are durable. Thank you!

Artemis problems when system time is changed

2024-12-11 Thread rusu ionut
Hello, I am using Artemis 2.32.0 and found some problems that occur when the system time is changed.If the system time is changed to a value in the future, the client is disconnected by the broker (connection timeout because System.currentTimeMillis() is used for the check).If the system time is

Release 2.40 timeline

2025-03-11 Thread rusu ionut
Hello, Do you have a estimation date for release 2.40? We are waiting for the fix related to WebSocket Pong frames.  Also, do you have an estimation for this ticket:  https://issues.apache.org/jira/browse/ARTEMIS-5277 Thank you!