Hello All,
I started looking at this.

I sent a message to a queue and didn't reive it by my MDB.

I used the following definitions:
 server/default/deploy/jbossmq-destinations-serive.xml - queue def. :
<
mbean code="org.jboss.mq.server.jmx.Queue" 
name="jboss.mq.destination:service=Queue,name=NIP" >
        <depends 
optional-attribute-name="DestinationManager">jboss.mq:service=DestinationManager
  

META-INF/ejb-jar.xml - my MDB 
<message-driven>
                <ejb-name>MDB</ejb-name>
                <ejb-class>org.hack.ejb.MDB</ejb-class>
                <transaction-type>Bean</transaction-type>
                                
        </message-driven>


META-INF/jboss.xml - MDB --> def

   <enterprise-beans>      
      <message-driven>
         <ejb-name>MDB</ejb-name>
         <destination-jndi-name>queue/NIP</destination-jndi-name>
      </message-driven>
        </enterprise-beans>



 What am i doing wrong????????

Cheers,

Evyatar

<a 
href="http://www.jboss.org/index.html?module=bb&op=viewtopic&p=3826075#3826075";>View 
the original post</a>

<a 
href="http://www.jboss.org/index.html?module=bb&op=posting&mode=reply&p=3826075>Reply 
to the post</a>


-------------------------------------------------------
This SF.Net email is sponsored by: IBM Linux Tutorials
Free Linux tutorial presented by Daniel Robbins, President and CEO of
GenToo technologies. Learn everything from fundamentals to system
administration.http://ads.osdn.com/?ad_id=1470&alloc_id=3638&op=click
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to