Boris,
I'm not sure what the consequences would be if your underlying data store
doesn't support transactions and you simply perform a non-transactional
batch operation. I'd expect that recovery from failures wouldn't work
right, leaving some data written to the store when the broker expects it to
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