2 Replies Latest reply on Feb 13, 2002 4:23 AM by mannu

    bean message

    mannu

      Sorry once again for another newbie's question...
      I understood how to use session and entity beans and I what I will bean able to do with them. But now, I would like to know what can I do with bean message, (I know: send message asynchrously), what are exactly their advantages, and why should I use them, and what could they offer to me?
      I would like concrete examples to understand their use...
      Be sure I would very happy to have many answers!

        • 1. Re: bean message
          davidjencks

          It's kind of like, in a big company, you need something, so you fill out a purchase order and send it to Purchasing. You don't need to spend your time waiting for a response, you can do something else while the other departments are processing it.

          In ejb terms, it allows the component that sent the message to return quickly, saying "your request is being processed."

          • 2. Re: bean message
            mannu

            Thanks a lot, it is the kind of response I was waiting for.