RE: Test message api looks to be broken in ActiveMQ 5.18.4

2024-07-15 Thread Mau, I-Min
And it did work. Thanks all! From: Mau, I-Min Sent: Monday, July 15, 2024 4:11 PM To: Matt Pavlovich ; users@activemq.apache.org Cc: Bhattacharjee, Tapas ; Mau, I-Min Subject: RE: Test message api looks to be broken in ActiveMQ 5.18.4 But just as FYI, it does look like Matt’s response is what

RE: Test message api looks to be broken in ActiveMQ 5.18.4

2024-07-15 Thread Mau, I-Min
But just as FYI, it does look like Matt’s response is what we needed, I am going to deploy and verify in a bit. So thanks Matt. Regards, From: Mau, I-Min Sent: Monday, July 15, 2024 2:54 PM To: 'Matt Pavlovich' ; users@activemq.apache.org Cc: Bhattacharjee, Tapas ; Mau, I-Min Subject: RE: Test

RE: Test message api looks to be broken in ActiveMQ 5.18.4

2024-07-15 Thread Bhattacharjee, Tapas
I found that this has been fixed with apache-activemq-6.1.2-bin. So do we have to upgrade there? Regards Tapas Bhattacharjee IT Architect Specialist - Ops Development FIS - Energy T: 281-410-4450 E: tapas.bhattachar...@fisglobal.com FIS | Empowering the

RE: Test message api looks to be broken in ActiveMQ 5.18.4

2024-07-15 Thread Mau, I-Min
Ok but what do you think about Tapas finding that this worked again in a higher version? So 5.16.7 and 6.1.2 did not have this issue, but 5.18.4 did. Thanks, From: Matt Pavlovich Sent: Monday, July 15, 2024 2:50 PM To: users@activemq.apache.org Cc: Bhattacharjee, Tapas ; Mau, I-Min Subject:

Re: Test message api looks to be broken in ActiveMQ 5.18.4

2024-07-15 Thread Matt Pavlovich
Hi I-Min- The default for the messages API is to set the destination as a topic. If you want to read from a queue, add the &type=queue parameter to your query string. curl --user admin:admin "http://localhost:8161/api/message/TEST?readTimeout=1&type=queue"; ref: https://activemq.apache.or

reproducer for ARTEMIS-4781 (large msgs remain on disk)

2024-07-15 Thread Dondorp, Erwin
Hello, No trying to be impatient, just not sure whether this info was seen in jira... Some weeks ago I published a reproducer for ARTEMIS-4781 (https://issues.apache.org/jira/browse/ARTEMIS-4781) This is about on-disk versions of large messages not being removed when their original message-size

Test message api looks to be broken in ActiveMQ 5.18.4

2024-07-15 Thread Mau, I-Min
Hi, we recently tried out ActiveMQ 5.18.4 (we were at 5.16.7) and one thing we encountered is that the test message api seems to be broken in this newer version. That is, when we tried curl --user admin:admin http://localhost:8161/api/message/TEST?readTimeout=1 We got below. Just wonderin