+

Search Tips   |   Advanced Search

Common issues with all bus configurations

There are planning issues and design decisions that apply to all types of service integration bus configuration.

When planning a service integration bus configuration, consider the following points:

Destinations

We must decide on the number and type of destinations, mediations, destination routing paths, and qualities of service for the destination for the configuration. For point-to-point messaging you define bus destinations as queues, whereas for publish/subscribe messaging you define bus destinations as topic spaces.

For point-to-point messaging only, you select one bus member as the assigned bus member that is to hold messages for the queue. This action automatically defines a queue point for each messaging engine in the assigned bus member.

We can also define alias destinations to provide a level of indirection between applications and the underlying target bus destinations. Applications interact with the alias destination, so we can change the target bus destination without changing the application.

You should decide how to use the bus destinations as we can configure a bus destination to prevent producers sending messages to the destination, or consumers receiving messages from the destination.

Message persistence

The reliability quality of service for messages on a destination has implications for performance and the amount of space required for a message store. Higher levels of reliability impact performance and increase the space a message store requires, because fewer messages are discarded.

When planning a message store configuration, remember that each messaging engine has a single message store, which can be either a file store or a data store. See Relative advantages of a file store and a data store. Remember that larger messages increase the space that a message store requires.

If we use a data store, the default database system for the data store is Apache Derby Version 10.3. However, you might want to use a different system, such as DB2 . We can select different data store configurations depending on the requirements; for more information see Configuration planning for a messaging engine to use a data store.

Application environment

An application attaches as a client to a messaging engine on the bus, either by an in-process call or across a network by using a remote client. A remote client can run in either the Java EE application client environment or the Java EE application server environment. Various transport chains can be used.

Application connections

The way that a messaging engine is selected, and the mechanism that an application uses to reach it, is configured on a JMS connection factory. You need to decide which messaging engines the applications should connect to and on the transport chain to be used. For more information about connection factories, see Configure resources for the default messaging provider and on transport options, see Transport chains.

WebSphere MQ client links

WebSphere MQ client links allow JMS clients developed for WebSphere Application Server Version 5.1 to use messaging resources on the bus. WebSphere Application Server Version 5.1 uses a WebSphere MQ queue manager as its JMS provider so that WebSphere Application Server Version 5.1 clients connect using the MQ link protocols. A WebSphere MQ client link, in service integration, provides an attachment capability that these clients can use.

Transaction logs

Plan where transaction logs will be placed. See the topic about transactional high availability in the related links.


Related concepts

  • Bus configurations
  • Single-server bus
  • Interconnected buses
  • Multiple-server bus without clustering
  • Multiple-server bus with clustering


    Related tasks

  • Transactional high availability
  • Secure links between messaging engines

  • WebSphere MQ naming restrictions