[jboss-user] [JBoss Messaging] - Re: JBM w/ EJB 2 MDB issue (new to JBM)

rg1234 do-not-reply at jboss.com
Thu Aug 28 09:42:12 EDT 2008


Turns out that code block shouldn't even be entered anyway, the problem is that my queue is not being deployed on server startup whenever I replace

mbean code="org.jboss.jms.server.destination.QueueService"
  |       name="jboss.messaging.destination:service=Queue,name=testQueue"
  |       xmbean-dd="xmdesc/Queue-xmbean.xml">

with

mbean code="pathToMyEJBConsumerClass"
  |       name="jboss.messaging.destination:service=Queue,name=testQueue"
  |       xmbean-dd="xmdesc/Queue-xmbean.xml">

am I even using setting this up correctly?  anyone?

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

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



More information about the jboss-user mailing list