0 Replies Latest reply on May 10, 2002 9:27 AM by eric138

    MessageDriven Bean problem ?

    eric138

      Hi,

      Message Driven Bean will create a new instance when a message arrive.

      Is it possible to control that no more than one instance will create?

      Is it possible to handle all the messages by only one instance?

      I just want to handle the queue message one by one with MDB but not a simple Java daemon program.

      Best regards,
      Eric