Hi all,

I'm getting this error i.e.

ERROR [org.jboss.ejb.plugins.jms.DLQHandler] Initialization failed DLQHandler
javax.jms.JMSException: Error creating the dlq connection: XAConnectionFactory 
not bound.

And in my application I'm using Queue MDB and I have followed this procedure to 
configure the MDB in JBOSS.

1) jboss.xml and the code in that file is 
<message-driven>
            <ejb-name>ReplicationMDBEJB</ejb-name>
            <jndi-name>ReplicationMDBEJB</jndi-name>
            
                <max-beans-in-free-pool>3</max-beans-in-free-pool>
                <initial-beans-in-free-pool>2</initial-beans-in-free-pool>
            
            <!--<configuration-name>Replication Message Driven 
Bean</configuration-name>-->
            <destination-jndi-name>ReplicationQueue</destination-jndi-name>
        </message-driven>

2) jbossmq-destinations-service.xml
   
<depends 
optional-attribute-name="DestinationManager">jboss.mq:service=DestinationManager



can anyone help how can I solve this problem.

thanks





View the original post : 
http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3855342#3855342

Reply to the post : 
http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3855342


-------------------------------------------------------
This SF.Net email is sponsored by: InterSystems CACHE
FREE OODBMS DOWNLOAD - A multidimensional database that combines
robust object and relational technologies, making it a perfect match
for Java, C++,COM, XML, ODBC and JDBC. www.intersystems.com/match8
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to