Despliegue de aplicaciones de mensajería en Liberty
Las aplicaciones JMS desplegadas en Liberty pueden utilizar el proveedor de mensajería incluido interno o el IBM MQ externo como proveedor de mensajería JMS.
Subtemas
- Deploying JMS applications to connect to the embedded messaging server
To deploy messaging applications that use the Java™ Messaging Service (JMS), you must add the wasJmsServer-1.0 and wasJmsClient-2.0 features to the server.xml file, and define the connection factory and destination properties. If you want to perform a JNDI lookup, then you must add the jndi-1.0 feature along with the other two features. - Despliegue de aplicaciones JMS en Liberty para utilizar el proveedor de mensajería IBM MQ
Mediante el proveedor de mensajería de IBM MQ de Liberty, las aplicaciones de mensajería Java Message Service (JMS) utilizan el sistema IBM MQ como un proveedor externo de los recursos de mensajería de JMS. - Deploying JMS application to connect to the Service Integration Bus running on WebSphere Application Server traditional
To deploy the messaging applications that use the Java Messaging Service (JMS) to connect to the messaging engine that is running on WebSphere Application Server traditional, you must add the wasJmsClient-2.0 and jndi-1.0 features to the server.xml file. If you want to perform a JNDI lookup, then you must add the jndi-1.0 feature. You must also define the connection factory and destination properties. - Deploying JMS applications on the Liberty application client container
You can configure messaging applications that use wasJmsClient-2.0 feature to run on the Liberty application client container. - Enabling JMS tracing for the Liberty embedded messaging
JMS traces can be used in Liberty for problem determination and troubleshooting. - Despliegue de beans controlados por mensajes en Liberty
Liberty soporta la configuración y el despliegue de beans controlados por mensajes (MDB) para procesar mensajes JMS de forma asíncrona desde varios destinos. - Configuring connection pooling for JMS connections
You can customize the number of concurrent connections (default is 50) that can be created from a JMS connection factory. You can configure connection pooling for a specific JMS connection factory by defining the <connectionManager> element and then associate that element with the JMS connection factory in the server.xml file.
Tema principal: Despliegue de aplicaciones en Liberty
Conceptos relacionados:


http://www14.software.ibm.com/webapp/wsbroker/redirect?version=cord&product=was-nd-mp&topic=twlp_dep_messaging
Nombre de archivo:twlp_dep_messaging.html