[jboss-user] [Installation, Configuration & Deployment] - Re: Deployment related Issue

rasa do-not-reply at jboss.com
Wed Oct 28 01:00:02 EDT 2009


"PeterJ" wrote : I have no idea what 3.2.5 did if you did not specify a queue name (or how one could be specified outside the ejb-jar.xml file), but apparently 4.2.3 wants one. I'll leave it to you to look up the config settings.

No actually what we are doing is we are creating queue througha  class which is deployed as a sar file  and it is bounded with jboss. So no need of queue name in dd. and our standardjboss.xml file is 

<message-driven>                                                   
  |          <ejb-name>first_queue</ejb-name>
  |          <configuration-name>Sending Message Driven Bean</configuration-name>
  |          <destination-jndi-name>first_queue</destination-jndi-name>                                   
  | <depends>jboss.j2ee:jndiName=local/MessageMDB,service=EJB,plugin=invoker,binding=Receiving-message-driven-bean </depends>              
  |       </message-driven>
I feel the issue is with the depends tag.



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

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



More information about the jboss-user mailing list