I am using MDB that is associated with a topic.  The following is my  jboss.xml.

<?xml version="1.0"?>

<!DOCTYPE jboss PUBLIC 
'-//JBoss//DTD JBOSS 3.2//EN' 
'http://www.jboss.org/j2ee/dtd/jboss_3_2.dtd'>


  <enterprise-beans>
        <message-driven-descriptor>
             <ejb-name>mdb</ejb-name>
             <destination-jndi-name>topic/testTopic</destination-jndi-name>
        </message-driven-descriptor>
  </enterprise-beans>



Though i want to associate my EJB with   topic/testTopic  , when the EJB is 
deployed, it is not associated with  topic/testTopic and instead it is 
associated with  test/mdb (where mdb is the name of the ejb).

I wonder how to associate MDB with the topic whose JNDI is specified in 
jboss.xml.  I  was successful with weblogic server 7.0, but  jboss 4.0 is 
working otherwise.

Can any one help?

Thank you.


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

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


-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
JBoss-user mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to