I want to create some rule for folfer so that when ever any content is updated in the folder,a jms message wil be sent to a message server.How to do this? Can anybody help.
Add a new action that writes to your jms queue. You will need to do it as seperate transaction to avoid interference with alfresco's database connection.