I am very new to JBoss, Jboss messaging, EJB and JMS concepts.
--- Is it required to integrate jboss messaging with jboss to do sample jms application or EJB MDB applications ?
--- if required, how to integrate jboss messaging with jboss?
-- what version of jboss messaging needed for jboss 5.0?
Actually I want to do jms and ejb mdb applications.
If any body knows, can help me to do jms and ejb message driven bean applications.
thanks for replying.I tried one sample (accessing ejb MDb frm web application), but when i deploy both ejb mdb and web application in jboss, i am getting following problem
org.jboss.deployers.spi.DeploymentException: Required config property RequiredConfigPropertyMetaData@103679f[name=destination descriptions=[DescriptionMetaData@f7e9dd[language=en]]] for messagingType 'javax.jms.MessageListener' not found in activation config [] ra=jboss.jca:service=RARDeployment,name='jms-ra.rar'
a) The full exception stack trace (it would also help if you posted the part of the log that shows the apps being deployed; you could also attach the server.log file to the post)
b) The source code for your MDB
c) Any additional configuration for the MDB (not needed if all configs done in annotations)
d) The config file that defines your message queues/topics
e) The code in your web application that access the messages destination