java - Does JMS require hsqldb files in jboss 5.x? -
i trying remove hsqldb files jboss server part of server security. after removing can't deploy project while deploying throws queue not bound exception. due jms queue. jms queue depends on hsqldb? if there workaround.
jms in jbossas 5.x (and older) uses datasource store messages. default, points @ standard hsqldb 1 configured.
if remove hsqldb datasource need either:
- replace database
- remove standard jms queue & topic configurations
i think find uses datasource persisting ejb timers.
Comments
Post a Comment