Download Programming WebLogic Web Services
Transcript
C re at i n g J MS - I m p l e m e n te d W e b L o g i c Web S e r v i c e s For detailed information, see Programming WebLogic Enterprise JavaBeans at http://e-docs.bea.com/wls/docs81/ejb/index.html. 2. Use the Administration Console to configure the following JMS components of WebLogic Server: – The JMS queue that will either receive the XML data from a client or send XML data to a client. Later, when you assemble the Web Service as described in Chapter 6, “Assembling WebLogic Web Services Using Ant Tasks,” you will use the name of this JMS destination. – The JMS Connection factory that the WebLogic Web Service uses to create JMS connections. For more information on this step, see “Configuring JMS Components for Message-Style Web Services” on page 16-4. Configuring JMS Components for Message-Style Web Services In this section it is assumed that you have already configured a JMS server. For information about configuring JMS servers, and general information about JMS, see JMS: Configuring at http://e-docs.bea.com/wls/docs81/ConsoleHelp/jms_config.html and Programming WebLogic JMS at http://e-docs.bea.com/wls/docs81/jms/index.html. To configure a JMS queue and JMS Connection Factory, follow these steps: 1. Invoke the Administration Console in your browser. For details, see “Overview of Administering WebLogic Web Services” on page 17-1. 2. In the left pane, open Services→JMS. 3. Right-click the Connection Factories node and choose Configure a new JMSConnectionFactory from the drop-down list. 4. Enter a name for the Connection Factory in the Name field. 5. Enter the JNDI name of the Connection Factory in the JNDIName field. 6. Enter values in the remaining fields as appropriate. For information on these fields, see JMS: Configuring at http://e-docs.bea.com/wls/docs81/ConsoleHelp/jms_config.html. 7. Click Create. 8. Select the servers or clusters on which you would like to deploy this JMS connection factory. 16-4 Programming WebLogic Web Services
Related documents