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
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
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
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
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)
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!
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
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!