This content has been marked as final. 
    
Show                 3 replies
    
- 
        1. Limit JMS Queue MBean instancesmp911de May 8, 2011 9:04 AM (in response to m4verick)Hi there, do you mean concurrency of Message-Driven Beans? If so, it's done by @MessageDriven/@ActivationConfigProperty/maxSession: @MessageDriven( activationConfig = { @ActivationConfigProperty( propertyName="maxSession", propertyValue="1") }) Best regards, Mark 
- 
        2. Limit JMS Queue MBean instancesjaikiran May 9, 2011 3:28 AM (in response to m4verick)Also, I would recommend that you upgrade to 6.0.0.Final instead of using a milestone release. 
- 
        3. Limit JMS Queue MBean instancesm4verick May 9, 2011 3:44 AM (in response to jaikiran)@Mark: I've already used that annotation but my problem occurs anyway. @jaikiran pai: now, I can't upgrade to 6.0.0.Final, beacause our system doesn't support it. I will be thankful for other possible solutions. 
 
     
    