This content has been marked as final.
Show 2 replies
-
1. Re: JBPM JMS Integartion
rafachies Jan 23, 2015 2:35 PM (in response to biswajit.sarkar)No, there is no out of the box handler form JMS. You have to create your custom one, and so write the code in order to produce/consume messages from a queue.
You can check on the source code repository [1] what are the handlers provided out of the box.
[1] jbpm/jbpm-workitems/src/main/java/org/jbpm/process/workitem at 6.1.x · droolsjbpm/jbpm · GitHub
-