Re: ActiveMQ / configure queues

2023-04-03 Thread Ephemeris Lappis
Hello. OK, I'll open a ticket to add queue specific policies. For now, please could you confirm that these two entries, in the given order, lead to moving failing messages to DLQ for any queue, except for queues with a name that matches the pattern "noread.*", deleting expired messages directly ?

Re: ActiveMQ / configure queues

2023-04-03 Thread Matt Pavlovich
Hello Ephemeris- Right now, the plugin is for all queues and topics. I agree it would make sense to add this as options on DestinationPolicy. Feel free to open up a feature request ticket — https://issues.apache.org/jira I’ll work to add it to 5.18.x or 5.19.x Thanks! Matt Pavlovich > On Ma

ActiveMQ / JDBC persistence / read message from table activemq_msgs

2023-04-03 Thread Ephemeris Lappis
Hello. We need to inspect some messages in the postgresql table for some queues. How can we read using SQL the binary message from the column msg of the table activemq_msgs ? We'd like to check some headers of DLQ messages for example... Thanks. Regards.