auto_ack
This commit is contained in:
parent
a8857091f9
commit
9661178687
@ -187,7 +187,7 @@ public class QueueServer implements MessageListener, ExceptionListener {
|
||||
} finally {
|
||||
if (producer != null) try { producer.close(); } catch (Exception e) { }
|
||||
if (session != null) try { session.close(); } catch (Exception e) { }
|
||||
// if (queueConnection != null) try { queueConnection.close(); } catch (Exception e) { }
|
||||
if (queueConnection != null) try { queueConnection.close(); } catch (Exception e) { }
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user