+

Search Tips   |   Advanced Search

Choose a messaging provider

For messaging between application servers, perhaps with some interaction with a WebSphere MQ system, we can use the default messaging provider. To integrate WebSphere Application Server messaging into a predominantly WebSphere MQ network, we can use the WebSphere MQ messaging provider. We can also use a third-party messaging provider. To choose the provider that is best suited to the needs, consider what the application needs to do, and the business need for the provider to integrate well with your enterprise infrastructure.

  • Enterprise applications in WAS can use asynchronous messaging through services based on Java Message Service (JMS) messaging providers and their related messaging systems. These messaging providers conform to the JMS Version 1.1 specification.

    We can configure any of the following messaging providers:

    • The default messaging provider (which uses service integration as the provider)

    • The WebSphere MQ messaging provider (which uses the WebSphere MQ system as the provider)

    • A third-party messaging provider (which uses another company's product as the provider)

    The types of messaging providers that can be configured in WebSphere Application Server are not mutually exclusive:

    • All types of provider can be configured within one cell.

    • Different applications can use the same, or different, providers.

    • One application can access multiple providers.

    No one of these providers is necessarily better than another. The choice of provider depends on what the JMS application needs to do, and on other factors relating to the business environment and planned changes to that environment.

    1. Determine the environment and application requirements.

      If we have to use a third-party messaging provider, use the associated provider. For more information, see Manage messaging with a third-party messaging provider.

      If the existing or planned messaging environment involves both WebSphere MQ and WebSphere Application Server systems, and it is not clear to you whether you should use the default messaging provider, the WebSphere MQ provider, or a mixture of the two, complete the task Choose messaging providers for a mixed environment.

    2. Choose the messaging provider:


    Subtopics


    Related concepts

  • Introduction: Messaging resources


    Related tasks

  • Manage messaging with the WebSphere MQ messaging provider
  • Manage messaging with a third-party messaging provider
  • Manage message-driven beans
  • Secure messaging
  • Tune messaging
  • Troubleshooting messaging
  • Programming to use asynchronous messaging
  • Manage messaging with the default messaging provider
  • Configure JMS resources for the synchronous SOAP over JMS endpoint listener