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

2024-08-14 Thread Christopher Shannon
apache.org > Cc: Bhattacharjee, Tapas ; Mau, I-Min < > i-min@fisglobal.com> > 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 we needed, I am > going to deploy and verify in a bit. > So thanks Matt

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

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

2024-07-15 Thread Mau, I-Min
15, 2024 2:50 PM To: users@activemq.apache.org<mailto:users@activemq.apache.org> Cc: Bhattacharjee, Tapas mailto:tapas.bhattachar...@fisglobal.com>>; Mau, I-Min mailto:i-min....@fisglobal.com>> Subject: Re: Test message api looks to be broken in ActiveMQ 5.18.4 Hi I-Min- The

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
: Re: Test message api looks to be broken in ActiveMQ 5.18.4 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/mes

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