Using Message Status Monitoring Oracle User Messaging Service

Managing Oracle User Messaging Service 27-5 3. Select the desired domain directory containing UMS.

4. Select the Extend my domain using an existing extension template option.

5. Click Browse, and navigate to ORACLE_

HOMEcommontemplatesapplications 6. Select oracle.ums.drivers_template_11.1.1.jar. 7. Complete the remaining steps of the Oracle Fusion Middleware Configuration Wizard, and remember to target the required drivers to the desired Oracle WebLogic Servers andor clusters. 8. Restart the appropriate Oracle WebLogic Servers.

27.2 Undeploying and Unregistering Drivers

Since Messaging Drivers are standard JEE applications, they can be undeployed from the Oracle WebLogic Server using standard Oracle WebLogic tools such as the Administration Console or WLST. However, since the UMS server keeps track of the messaging drivers that have been registered with it in a persistent store database, this registration must be cleaned in a separate step using a runtime MBean exposed by the UMS server. The procedure to do this from Oracle Enterprise Manager Fusion Middleware Control is as follows. To undeploy and unregister drivers: 1. Ensure the UMS server is available. 2. In Oracle Enterprise Manager Fusion Middleware Control, select any usermessagingserver target in the domain.

3. From the targets menu, select System MBean Browser.

4. In System MBean Browser, locate the ComponentAdministration MBean of usermessagingserver: Expand the folder com.oracle.sdp.messaging Server such as Server: soa_ server1 SDPMessagingrun time ComponentAdministration. 5. Invoke the operation listDriverInstances. a. Click the Operations tab. b. Click the operation listDriverInstances. c. Click Invoke. d. Identify and copy the name of the driver you want to unregister. for example: Farm_soa_bam_domainsoa_bam_domainsoa_ server1usermessagingdriver-email:oracle_ sdpmessagingdriver_emailEmail-Driver 27-6 Oracle Fusion Middleware Administrators Guide for Oracle SOA Suite and Oracle BPM Suite

6. Click Return.

7. Invoke the operation unregisterDriverInstance with the desired driver name.

a. Click the operation unregisterDriverInstance.

b. Paste the driver name in the Value field for example: Farm_soa_bam_

domainsoa_bam_domainsoa_ server1usermessagingdriver-email:oracle_ sdpmessagingdriver_emailEmail-Driver.

c. Click Invoke.

8. Check the confirmation dialog for success.