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

Re: [xmlblaster] JdbcQueuePlugin won't load



I noticed a warning about useTopic=false (although I don't set it that
way in the property file). After looking at the template property
files supplied with xmlblaster, I added the following entries

persistence/defaultPlugin=JDBC,1.0
queue/defaultPlugin=JDBC,1.0
useTopicStore=true

Probably you should prefer CACHE over JDBC:

  persistence/defaultPlugin=CACHE,1.0
  queue/defaultPlugin=CACHE,1.0
  useTopicStore=true

The CACHE implementation uses JDBC internally.
Using JDBC directly you loose all performance
benefits of the cache and it is not safer.

These lines will disappear as soon as we
deliver a native persistence with xmlBlaster again.

regards

Marcel