标签: java multithreading exception-handling java-threads
我有一个Producer / Consumer应用程序,我从JMS队列中读取并将消息传递给多个消费者线程进行处理。我正在使用阻塞队列进行相同的
在任何一种情况下我应如何处理中断异常?