Hello,

I have a non transactional DB and would like to use it to persist ActiveMQ
5 messages. Does it seem possible?

Javadoc of PersistenceAdapter says:

"void beginTransaction(ConnectionContext context)
This method starts a transaction on the persistent storage - which is
nothing to do with JMS or XA transactions - its purely a mechanism to
perform multiple writes to a persistent store in 1 transaction as a
performance optimization."

does it mean that I don't need DB transactions as long as I can guarantee
that writes are performed together atomatically?

thanks for your help,
Boris.

Reply via email to