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.
我在 Tomcat 上使用 Spring。我想使用 JMS 计时器。有什么例子吗?
Tomcat 不支持 JMS。您需要使用ActiveMQ 之类的东西。
对于调度(计时器),您可以使用Quartz。
Spring in Action有 JMS 和 Quartz 的示例。