You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@activemq.apache.org by Ephemeris Lappis <ep...@gmail.com> on 2023/04/03 10:37:31 UTC

ActiveMQ / JDBC persistence / read message from table activemq_msgs

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.