Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
如何从spring jms中清除jms队列?像 MQ Explorer 中的“干净”命令?或者我应该收到消息直到它们结束?
您不能轻易地从 JMS 发出 clean 命令,因为这需要完整的 MQI api。正如您所说,一个好方法是一个接一个地阅读所有消息并丢弃它们。在 MQ 资源管理器中清除队列时,您甚至可以选择执行此操作