Hi all,
I am evaluating jBPM for the purpose of replacing our current Oracle Workflow engine.
I have spent several weeks playing around jBPM (still a newbie for sure :-). One thing I really couldn't figure out and couldn't find any useful answer online is how to send a JMS messages from a Workflow. There are REST, Email, Log, and WS Service Tasks. But there is not JMS Service Task. I guess that I need to use Send and Receive tasks to implement the JMS sending and receiving.
Our jBPM workflows need to send JMS messages to the external systems for updating the external systems. The results of the updating need to be sent back to the jBPM workflows so that the workflows can continue. So it is pretty classic. The external systems are very old and only have JMS interfaces (no WS and REST interfaces).
Could anyone point me to the right places somewhere on the Internet or write something describing in details how to create a such kind of workflow step by step from workflow design to Java coding?
I am using jBPM 7.0.
Many thanks.
Kay