Integration / IBM Integration Bus (IIB) Interview questions
What are the major processes for a running broker?
Once a broker is started, the following processes get started and they can be seen in Task Manager (on Windows) and/or ps listing (on UNIX).
- bipservice: This is a bootstrap process that starts the broker runtime.
- bipbroker: This main administration manages the broker runtime.
- biphttplistener: This is the HTTP server process that provides HTTP and SOAP functionality in Message Broker.
- DataFlowEngine: This is the Execution Group process that runs message flow threads. Each message flow runs in this process as a thread.
More Related questions...