• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

Integration of jboss messaging with jboss

 
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi All,

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 in advance


with regards
srini



 
Sheriff
Posts: 10445
227
IntelliJ IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
JBoss AS 5.x already comes integrated with JBoss Messaging. You don't have to do anything other than just downloading and using JBoss AS 5.1.0.

If any body knows, can help me to do jms and ejb message driven bean applications.


Try the MDB tutorial here http://www.jboss.org/ejb3/docs
 
srinivas Doni
Greenhorn
Posts: 23
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hi Jaikiran Pai,

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'


help me to do ejb mdb with web application.


thanks inadvance


with regards
srini


 
author
Posts: 5856
7
Android Eclipse IDE Ubuntu
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Please post:

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
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic