Hi all.
I'm facing a bang head situation and I need help.
(I'm using
JBoss 3.2.5)
I have 2 beans:
a stateless session bean that send a message to a queue.
a MDB that listens to the previous queue and prints the message to the console.
snipets from ejb-jar.xml
jboss.xml
before deploying the application, I created a file called jbossmq-liga-service.xml and dropped
it in jms dir without any problem.
when deploying the application, I got the exception :
javax.jms.JMSException: Error creating the dlq connection: XAConnectionFactory not bound
any help will be great...
thanks.