Hello. I have trouble with decide about migration Camunda in my project from IBM PS(Do migration or not)
I understand, it’s very difficult question and it dependencies from very many factors, but mb you can help me.
I have same question:
How do evaluate performance Camunda?
How do select app server for Camunda? I don’t talk about cost own product? only performance.
how did you organize horizontal/vertical scalability your apps,
MB you can give me advice about creation software architecture for app and yes we have architecture for IBM PS app but its not good, I tried simple sample but it doesn’t enough.
Neighboring teams use Camunda, but they don’t understand why Camunda, JBoss. They don’t have architecture.
Depends on what you’re interested in evaluating. If you have specific performance requirements like number of instances started per second. Then i’d simply suggest deploy a process to camunda and running some benchmarks to find the right level. Then you can find various ways of tweaking the engine to best suit the kind of performance you’re looking for. Out of the box camunda is not at its most optimized. It depends entirely on your requirements are.
Again this depends but generally speaking: if you need a strong infrastructure for java applications then use wildfly. If not use tomcat. It doesn’t matter too much to the engine it only depends on your own domain logic.
Not sure what you mean my “organize”. Once deployed to an application server the engine is stateless. So if you want to scale it just start up another one.
I’m not really sure what you’re asking for - can you rephrase or explain in more detail.
how did you organize horizontal/vertical scalability your apps,
MB you can give me advice about creation software architecture for app and yes we have architecture for IBM PS app but its not good, I tried simple sample but it doesn’t enough
I think it’s similar.
how am I routing message between same instances servers? what better way for correlation message between servers, by process id? mb i have to create other table and save is my “my_task_status” - like example. Now I begin read doc, but now i have only question/
I think you have documented decision about Camunda, scalability and etc. I would be very happy if you are writing short definition about key moments.