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

Popular posts from this blog

PHP DOM loadHTML() method unusual warning -

python - How to create jsonb index using GIN on SQLAlchemy? -

c# - TransactionScope not rolling back although no complete() is called -