3 Replies Latest reply on Sep 27, 2005 9:59 AM by darranl

    Urgent : JMS Configuration Help

    arvind_pv

      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