Axon server mongodb seperated database

I used axon server and mongodb, i have a database with name ‘project’ which contains many tables, i noticed that there’s 3 tables related to axon (trackingtokens, deadletters, sagas), my question is there a solution to put any tables related to axon in a seperated database ?

If you use spring, you can set the database on the SpringMongoTemplate, if you don’t use Spring, you can set the database name on the AbstractMongoTemplate.

1 Like