Deploying inbound connections for the Adaptador de Recurso para JMS com o WebSphere Application Server

When deploying inbound connections, you must configure message-driven beans to use the Adaptador de Recurso para JMS com o WebSphere® Application Server. A JMS activation configuration associated with one or more message-driven beans provides the configuration necessary for them to receive messages.

About this task

You can deploy message-driven beans within your application with a JMS activation configuration to access the Adaptador de Recurso para JMS com o WebSphere Application Server connection factories and destinations. When the message-driven bean is started, it uses the resource adapter to connect to the service integration bus, provided that the required messaging engine is available in WebSphere Application Server.

The Adaptador de Recurso para JMS com o WebSphere Application Server supports full two-phase XA transactional connections but it might also be run using local transactions or no transaction connections.

Procedure

  1. Configure the following properties for the activation configuration:
    • Destination
    • ProviderEndpoints
    • DestinationType
    • BusName

    The Destination property value is the name of the destination from which the message-driven bean will be receiving messages.

    See Configuration properties for the Adaptador de Recurso para JMS com o WebSphere Application Server for a description of these property names and other properties that might also be configured.

  2. Configure the following additional properties if the message-driven bean will use XA resources over the Adaptador de Recurso para JMS com o WebSphere Application Server connection.
    • TargetType must be set to "ME"
    • TargetSignificance must be set to "Required"
    • Target value must be the name of the required ME

    See Configuration properties for the Adaptador de Recurso para JMS com o WebSphere Application Server for a description of these property names and other properties that might also be configured.

    These properties permit the recovery of indoubt transactions, should this be necessary. For further information about indoubt transactions, see Resolvendo Transações Indeterminadas.


Ícone que indica o tipo de tópico Tópico de Tarefa



Ícone de registro de data e hora Última atualização: July 9, 2016 7:54
http://www14.software.ibm.com/webapp/wsbroker/redirect?version=cord&product=was-nd-mp&topic=tjj_sibra_inconn
Nome do arquivo: tjj_sibra_inconn.html