Bo's blog

Tuesday, April 06, 2010

WebSphere Application Server Version 6.1

WebSphere Application Server Version 6.1

Configuring a JMS activation specification for MDBs used by the default messaging provider


Procedure

  1. Display the default messaging provider. In the navigation pane, expand Resources > JMS > JMS Providers.
  2. Select the default provider for which you want to configure an activation specification.
  3. Optional: Change the Scope check box to the scope level at which the activation specification is to be visible to applications, according to your needs.
  4. In the content pane, under the Additional properties heading, click Activation specifications. This lists any existing JMS activation specifications for the default messaging provider in the content pane.
  5. Display the properties of the JMS activation specification. If you want to display an existing JMS Activation Specifications, click one of the names listed.
    Alternatively, if you want to create a new JMS activation specification, click New, then specify the following required properties:
    Name
    Type the name by which the activation specification is known for administrative purposes.
    JNDI name
    Type the JNDI name that is used to bind the activation specification into the JNDI namespace.
    Destination type
    Whether the message-driven bean uses a queue or topic destination.
    Destination JNDI name
    Type the JNDI name that the message-driven bean uses to look up the JMS destination in the JNDI namespace.

    Select the type of destination on the Destination type property.

    Bus name
    The name of the bus to connect to.

    Specify the name of the service integration bus to which connections are made. This must be the name of the bus on which the bus destination identified by the Destination JNDI name property is defined.

    You can either select an existing bus or type the name of another bus. If you type the name of a bus that does not exist, you must create and configure that bus before the activation specification can be used.

  6. Specify properties for the JMS activation specification, according to your needs.
  7. Click OK.
  8. Save your changes to the master configuration

0 Comments:

Post a Comment

<< Home