Monday, June 18, 2018

Disable Auto Compile in Jdeveloper 12C after saving Composite.xml

One of the (annoying)feature which gets enabled by default after installing Jdeveloper 12c is auto build after saving composite.xml

To disable the same, Navigate to  Tools->Preferences->Code Editor->Save Actions and delete the below action (Build Project after save).



Pause JMS Queue Message Consumption At Server Startup - Weblogic

How do we pause JMS Queue Message Consumption at Server Startup/ Restart

  • Login to Weblogic Console.
  • Navigate to JMS Module-> Module name -> Select the Queue you want to pause.
  • In Configuration-> expand Advance and enable the check box at Pause Message Consumption At Startup
After you finish, You must restart Server for the changes to reflect.





If you want to pause all the queues hosted in JMS servers, You can do the same configuration in JMS servers as well.

Navigate to Services >Messaging > JMS Servers> select the JMS server
  • In Configuration-> expand Advance and enable the check box at Pause Message Consumption At Startup