Can you please help me on this,
I would like to write a java code in webMethods server cluster environment to lock or unlock already existing webMethods broker Queue. Is it possible to acquire this through code?
If so, pls provide any samples.
I tried with java code which could only create a queue in webMethods queue and not able to alter already existing queue.
There was issue with the production ERP system and the ERP system was down for 30 mins and due to which lot of message processed and tried to reach SAP but failed. So there were lots of messages lost.
So to handle this we have decided to lock the webMethods queue when we have issues to connect to ERP system and unlock the queue when it is able to pig the ERP system. Which wil prevent us from message lost.
Please let me know if there is any other better solution to handle this scenario.
There was issue with the production ERP system and the ERP system was down for 30 mins and due to which lot of message processed and tried to reach SAP but failed. So there were lots of messages lost.
So to handle this we have decided to lock the webMethods queue when we have issues to connect to ERP system and unlock the queue when it is able to pig the ERP system. Which wil prevent us from message lost.
Please let me know if there is any other better solution to handle this scenario.
I could suspend and resume the triggers using the below servcies by providing the trigger names
Pub.trigger.suspendProcessing, Pub.trigger.resumeProcessing.