Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

What is Producer and Consumer?

Answer Posted / munnu

Messaging lets a servlet delegate processing to a batch process either on the same machine or on a separate machine. The servlet creates a message and sends it to a queue. The servlet immediately completes and when the batch process is ready, it processes the message.

Messaging is therefore comprised of three main components:

A Producer creates messages and sends them to a Queue. The Producer could be something like a Servlet.

A Queue stores the messages from the Produces and provides them to a Consumer when ready. The Queue is implemented by the messaging provider.

A Consumer processes messages as they become available in the Queue. The Consumer is typically a bean implementing the MessageListener interface.

Is This Answer Correct ?    0 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What do you mean by Synchronous and Asynchronous type of messaging?

951


Explain about Connection factory interface?

958


What is asynchronous messaging in jms?

871


List types of Messaging services supported by JMS?

811


How to create an ejb session in order to start a jms connection?

883


Why jms is used in java?

901


What are the components of JMS?

988


Which messaging modes are included in the java messaging service jms )?

829


In which situations we are using jms? Can we send message from one server to another server using jms?

964


What are jms channels?

820


What is jms queue in weblogic?

929


How does a message queue work?

952


How do I start jms server?

879


What is the use of EventMessage.java?

1531


What is difference between queue and topic in jms?

875