1 Reply Latest reply on May 23, 2002 4:25 PM by mryb

    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