I had created this one:
https://issues.apache.org/jira/browse/AMQ-5761 and Hiram had this one created long ago. such feature would also make it possible to migrade from different message store types on AMQ5: https://issues.apache.org/jira/browse/AMQ-4137 This was extracted from the ./artemis data exp command after the broker was stopped. and it would be easy/possible to be implemented on AMQ5. <?xml version="1.0"?> <activemq-journal> <bindings> <binding address="jms.queue.DLQ" filter-string="" queue-name="jms.queue.DLQ" id="2"/> <binding address="jms.queue.ExpiryQueue" filter-string="" queue-name="jms.queue.ExpiryQueue" id="4"/> <binding address="jms.queue.TEST" filter-string="" queue-name="jms.queue.TEST" id="8"/> </bindings> <jms-connection-factories> </jms-connection-factories> <jms-destinations> </jms-destinations> <messages> <message id="16" priority="4" expiration="0" timestamp="1447353944618" type="text" user-id="94d6497b-896d-11e5-8973-d98bded9fb14"> <properties> <property name="__AMQ_CID" value="94bddf72-896d-11e5-8973-d98bded9fb14" type="simple-string"/> <property name="count" value="6" type="integer"/> <property name="ThreadSent" value="Producer ActiveMQQueue[TEST], thread=0" type="simple-string"/> </properties> <queues> <queue name="jms.queue.TEST"/> </queues> <body> <![CDATA[AQAAAB50AGUAcwB0ACAAbQBlAHMAcwBhAGcAZQA6ACAANgA=]]> </body> </message>
