1 Reply Latest reply on May 11, 2007 10:06 AM by swjackson

    MDB annotation for MAX-BEANS-IN-POOL

    rbeiring

      What is the annotation for MAX-BEANS-IN-POOL for a MDB?


      I currently have:

      @MessageDriven(activationConfig =
      {
      @ActivationConfigProperty(propertyName="destinationType",
      propertyValue="javax.jms.Queue"),
      @ActivationConfigProperty(propertyName="destination",
      propertyValue="queue/deliverNotifications")
      })


      Thanks