[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[xmlblaster-devel] RE: Running RAM based



Hi Michael,

the problem you had was in the current cvs version only.
I have now fixed it so xmlBlaster should run RAM based
without any complaints.

The correct settings in xmlBlaster.properties to enforce this are:

-----------------------------------------------------
# Server side
persistence/msgUnitStore/defaultPlugin=RAM,1.0
queue/subject/defaultPlugin=RAM,1.0
queue/history/defaultPlugin=RAM,1.0
queue/callback/defaultPlugin=RAM,1.0
useTopicStore=false

# Client side
queue/connection/defaultPlugin=RAM,1.0
-----------------------------------------------------

Sorry about the inconvenience,

regards

Marcel