cancel
Showing results for 
Search instead for 
Did you mean: 

Start Message Events

jon2
Champ in-the-making
Champ in-the-making
My wish:

I would like to be able to start processes using JMS Message Recievers.  I would prefer not to have to code adapters to start processes using the Java or REST insterfaces.

My question:

Is there a Start Message Event in Activiti that can act as a JMS Message Reciever, and if there is where is it documented.
1 REPLY 1

jbarrez
Star Contributor
Star Contributor
No, Activiti doesnt support the message start event yet.
So the best way to go is to write your own JMS handler that starts a certain process instance.