WAS v8.5 > WebSphere applications > Service integration > Service integration configurations > Bus configurationsSingle-server bus
In a single-server bus, there is one messaging engine. All destinations, such as queues and topic spaces, are assigned to this single messaging engine.
The single server set up has the advantage of simplicity. It aids performance as all messages and application connections are on the same messaging engine which minimizes path length. It also easy to manage as all messages and application connections are on the same messaging engine which minimizes the number of configuration and runtime objects to monitor.
However, having only a single-server configuration has the drawback of limiting scalability and high availability of applications and messaging.
Figure 1. Service integration bus with a single member
An application can connect to the messaging engine, and therefore can connect to and use the bus, in any of the following situations:
- The application runs in another server in the same cell or in the same server, or in a server in a different cell , or in a client container.
- The application uses a client connection to the bus, or a in-process call
The following figure shows possible connections between a messaging engine and an application:
Figure 2. Applications connecting to a messaging engine
Related concepts:
Bus configurations
Common issues with all bus configurations
Single-server bus