Process starters Process starters create process instances to handle incoming events. Flow Limit: Limits the number of process instances created by a process starter. This allows you to control the flow of processing so that incoming events are no longer accepted when the limit is reached. Process instances When the…
Imagine that ; Process A has a timer activity. Process B has a JMS Queue Receiver activity. Process C has a JMS Topic Subscriber activity. These processes are to be deployed on 2 machines and configured to operate in fault-tolerant and load-balanced mode. To achieve this configuration you should take these…
Imagine that a TIBCO Business Works process must be deployed that gets input from an EMS topic and sends data to an EMS queue. The topic and queue names must contain a token used for migrating between Test and Production environments. The system admin must be able to purge the…
Container Stack Layers: Limitations of Docker: Docker is only aware of the containers running on the machine it runs on Horizontal scaling in Docker does not exist Docker does not repair applications which become unhealty and cannot Virtual Machines vs Containers: Hardware Node with 4 apps: Comparison of Virtual Machines…
Today, I would like to mention about an issue that I faced at work. In our system an HTTP Receiver is overloaded. And I wanted to throttle the number of incoming HTTP requests. To do this ; I followed to steps: I used the bw.plugin.http.server.maxProcessors property, after that I set…