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.
因此,当一条内容发生更改(添加、编辑或删除)时,我需要向 JMS 服务器发送一条带有文档 ID 的消息。
我该怎么做?
自定义行为应该可以解决问题。以 Alfresco中日历事件的 电子邮件通知onCreateNode为例。更新和删除的工作方式类似。
onCreateNode
假设 JNDI 设置正确,查找 JMS 队列/主题并创建/发送消息。