This content has been marked as final. 
    
Show                 5 replies
    
- 
        1. Re: Seam and JMSlvdberg Nov 21, 2009 9:53 PM (in response to krzyswi)Hi, you can restric the number of MDB instances, which basically restricts parrallel processing to one. 
 I don't have access now to my code, but if I recall well it's just a simple annotation attribute.Leo 
- 
        2. Re: Seam and JMSkrzyswi Nov 22, 2009 11:05 AM (in response to krzyswi)Hi, I was hoping there's something like this. I'll try to find it myself, but if you have a minute and find it in your code, please let me know. I need this ASAP. Thanks a lot! 
 K.
- 
        3. Re: Seam and JMSlvdberg Nov 22, 2009 1:26 PM (in response to krzyswi)Hi, I will look it up as soon as I get back to the office. Leo 
- 
        4. Re: Seam and JMSlvdberg Nov 22, 2009 8:07 PM (in response to krzyswi)Hi, Add this in your MDB annotation @ActivationConfigProperty(propertyName = "maxSession", propertyValue = "1") Leo 
- 
        5. Re: Seam and JMSkrzyswi Nov 23, 2009 5:56 PM (in response to krzyswi)Thank's a lot. This is what I was looking for. Actually this also solves my other problem, which you kindly commented on my other thread! K. 
 
    