JMS Acknowledge Asynchronous Message
        Posted  
        
            by x1a0
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by x1a0
        
        
        
        Published on 2009-11-03T19:52:30Z
        Indexed on 
            2010/03/19
            10:01 UTC
        
        
        Read the original article
        Hit count: 256
        
Hi,
How do I acknowledge a message when I am using a message listener?
I get the following error when I try to do an acknowledge in my message listener.
A synchronous method call is not permitted when a session is being used asynchronously: 'acknowledge'
© Stack Overflow or respective owner