I am developing a Collaboration Diagram with Eclipse. It contains 5 pools. I would like to model several messages between the pools, and then deploying in Camunda to see the messages between the different process. I have deeply searched on the Internet but I have not found any tutorial explaining how to do that. All of them are more focused on simple diagrams with a unique process, but not on the interactions between two or more processes.
The only thing that I have thought is to use Service Tasks which delegates on Sockets, in order to stablish the communications. However, I would like to use Receive tasks, or message events, but they do not allow Java Delegate.
Thank you so much in advance.