Fournisseurs JMS (Java Message Service) pour les clients
Client applications can use messaging resources from three main types of Java Message Service (JMS) providers in WebSphere Application Server: The WebSphere Application Server default messaging provider (which uses service integration as the provider), the IBM MQ messaging provider (which uses your IBM MQ system as the provider) and third-party messaging providers (which use another company's product as the provider).
- Fournisseur de messagerie par défaut
- If you mainly want to use messaging between applications in WebSphere Application Server, perhaps with some interaction with a IBM MQ system, the default messaging provider is the natural choice. Ce fournisseur est basé sur les technologies d'intégration de services et est entièrement intégré au contexte d'exécution de WebSphere Application Server.
- Fournisseurs de messagerie IBM MQ
- If your business also uses IBM MQ, and you want to integrate WebSphere Application Server messaging applications into a predominately IBM MQ network, choose the IBM MQ messaging provider, which allows you to define resources for connecting to any queue manager on the IBM MQ network.
- Fournisseur de messagerie tiers
- Vous pouvez configurer n'importe quel fournisseur de messagerie tiers prenant en charge les fabriques de connexion unifiées JMS version 1.1. Cela peut être utile, par exemple, en raison des investissements existants.
Les applications WebSphere peuvent utiliser les ressources de messagerie mises à disposition par l'un de ces fournisseurs JMS. Toutefois, le choix du fournisseur est le plus souvent dicté par la nécessité d'utiliser un système de messagerie existant ou de s'y intégrer. For example, you may already have a messaging infrastructure based on IBM MQ. In this case you may either connect directly using the included support for IBM MQ as a JMS provider, or configure a service integration bus with links to a IBM MQ network and then access the bus through the default messaging provider.