cancel
Showing results for 
Search instead for 
Did you mean: 

JMS message in Alfresco 4.0 share

sradha
Champ on-the-rise
Champ on-the-rise
Hi,

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.
2 REPLIES 2

mrogers
Star Contributor
Star Contributor
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.

sradha
Champ on-the-rise
Champ on-the-rise
Hi,

Can you give me some link for reference?