aspose file tools
The moose likes JBoss and the fly likes Need answers on JMS? Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Products » JBoss
Reply Bookmark "Need answers on JMS?" Watch "Need answers on JMS?" New topic
Author

Need answers on JMS?

Ifteqar Ahmed
Ranch Hand

Joined: May 02, 2011
Posts: 85

Hi All,

I want to know the following

1. What is JMS?
2. What a message actually consists of?
3. Why we need JMS?
4. under which directory in JBoss we have to implement this?.

Thanks everyone................
Peter Johnson
author
Bartender

Joined: May 14, 2008
Posts: 5536

1) JMS = Java Message Service

2) Anything you want. There are several different message formats but most are actually the serialized contents of a object. or a simplification therefore.

3) JMS is typically used to do asynchronous processing.

4) As with all other things, in the deploy directory. Except for standalone message listeners which are outside the JBoss directory.

If I knew which version of JBoss AS you are using I could refer you to some documents on JMS for that version.


JBoss In Action
 
I agree. Here's the link: http://aspose.com/file-tools
 
subject: Need answers on JMS?
 
Similar Threads
JCA,Webservies,JMS and EJB
Configuration of WAS6.0.1 JMS provider!
Where to ask websphere Mq related questions for EAI should open seperate forum
JMS
JMS Basic Help