简体   繁体   中英

How to save Jboss messages from queue

how can I save alle messages from jboss queue to filesystem? I have for example such construct:

/subsystem=messaging-activemq/server=default/jms-queue=myQueue:read-messages()

Is it possible to set write-messages() or so?

Thanks

By default, ActiveMQ logs are saved in ${jboss.server.data.dir}/activemq/journal (usually wildfly/data/activemq/journal ). You can change this to use a JDBC store as well.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM