Some new features are added in fault policy in SOA 12c. Now you can send JMS, Email, and log alerts also using fault policy. The scope of this blog is limited to JMS alert using fault policy. Follow the below steps to send a JMS alert: Prerequisite: 1. Create a JMS Queue/Topic in weblogic console. 2. Create a JMS connection Factory to send a message to JMS queue. Steps: 1. Create a SOA composite "FaultPolicyTesting". 2. Right click on the project. Choose New -> From Gallery -> Choose Faults option under SOA Tier and select Fault Policy Document to create new fault policy file. Give an appropriate name. 3. Open the fault policy document, go to design view. Choose fault name and corresponding action. 4. Go to Alert section and click on + button, choose JMS. 5. JMS properties window will pop up. Click on Create Required properties. Enter property name, JMS Destination (this should ...