WSO2 ESB Asynchronous logging with better performance -


We are using WSO2 ESB 4.8.0. Debugging logging is enabled when ESB performance is decreasing. We need a solution to request and get response from the ISB via log moderator and send to asynchronous RST API and the response should be sent to the client with feedback during logging.

Please suggest an intermediary or a sample tutorial. How can we do asynchronous logging with affecting any performance on the ISB

Use clone intermediaries and manage logging in a dedicated target

In this goal, just send your log message to a JMS queue or a JMS message Press in the collection (OUTONSE).

Press this logging queue in a dedicated arbitration (if you use message archive, or define a JMS proxy while reading it, use the message processor queue)

In your mediation, there is asynchronous, logging will be faster and if your REST API is down or slower, then you


Comments

Popular posts from this blog

java - Can't add JTree to JPanel of a JInternalFrame -

javascript - data.match(var) not working it seems -

javascript - How can I pause a jQuery .each() loop, while waiting for user input? -