HornetQ Persistence Using MS SQL Server

HornetQ uses the file system by default and has its own Logs for saving, is it possible to change this default behavior to use the MS SQL server instead for saving?

thanks

+6
source share
1 answer

No, HornetQ only supports file saving.

There is really no reason to support the database. Usually users require a traditional database. in fact, there is no benefit of storing messages through the database on the system.

+5
source

Source: https://habr.com/ru/post/901007/


All Articles