Hi,
There is a requirement to clear documents in trigger connected to a broker using webMethods flow service(not using MWS)
Can any one please help me with this.
Hi,
There is a requirement to clear documents in trigger connected to a broker using webMethods flow service(not using MWS)
Can any one please help me with this.
You should use Broker API’s and write a java service to perform this task. There is no OOB flow service that does this.
-Senthil
Hi,
See this and other code samples from the TechCommunity: http://techcommunity.softwareag.com/ecosystem/communities/public/webmethods/products/messaging/codesamples/dcf04f0b-7932-11e5-9ea0-cd8d7ef22065/?title=Broker+Client+Queue+Length
Don’t forget to import the required libraries in your java service.
Best Regards,
Thanks for that Senthil & Gerardo