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