Handling Resource Monitoring Service

Hi Team,

Thanx in advance,

I am using resource monitoring service for Webservice transient exception handling. But I have a problem.

In my publishing service I am passing a value from request and getting the target server details from properties and to that target server I am sending the data through HTTP post. But when the server is down. How can I pass the server details to resource monitoring service as I am mentioning in my trigger. Could you please help me out.

Gautam,
you can’t directly pass any such data to a resource monitoring service. But you could have your first service store the data in memory (using pub.cache services) and then retrieve it from within your resource monitoring service.

HI Jonathan,

Thanx for the reply.

Can I have a code sample for it for pub.cache services

Can we store the value in SavePipeline and use the restorePipeline service in resourceMonitoringService. Can I use like that?