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.
我有两个启动脚本来运行独立的应用程序。
startQueue.sh
startProcess.sh
我的问题是 JMS 消息何时插入数据库然后使用计时器自动触发和处理表信息。
您可以让第二个应用程序不断运行,轮询数据库,但我认为更好的设计是一步完成 - 接收 JMS 消息,插入它(如果需要),然后处理它,全部在一个应用程序。