How to stop Consumption of messages from weblogic Console
To stop consumption of messages from queue. we can set below settings in weblogic console. method1: Step 1: Navigate to the queue from where consumption needs to stop. JMS module --->JMS queue Step 2: select the queue and expand advanced option in configuration -->general tab Step 3: Check the check box Pause Message Consumption at Startup . Step 4: Restart the server to effect the changes. Method2: follow below path: JMs server--> your queue target server ---> monitoring ---> active destinations select your particular queue/topic, set Production Paused property to true.
Comments
Post a Comment