Hi Jorg,Yes, I am using a new session in order to create a ReplicationContent only in ContentBuilder.Just passing the created content to transport handler and making a call to akamai.Regards,Manish
I have done exactly what you have written in second paragraph.i have created my own contentBuilder and transportHandler.i have created an agent on publish to process this akamai invalidate on RECEIVE.but this invalidation process will be triggered as soon as it receives the replication, dont you thi...
Hi Jorg,i have created an agent which reads replication and then triggers akamai cache invalidate.i am adding a check rule for author to decide if they need this content to be invalidated at akamai.hence i am adding a property at page level and thinking to read that property during replication on pu...
Hi edubey,even if i preprocess it, will i be able to get property in publish instance from author?i havent used it before. Correct me if i am wrong, doesnt it just check everything before replication?but not actually replication.
Exactly..but in third step during the replication i need the property to be available in my code.it isnt published yet but it is in the process.. at that time the need to fetch this property.is it possible?
i want to add a property in author and i want to fetch that same property during replication in publish.i cant replicate to have that property in piblish and than again replicate to read that property.i want that property during first replication.
Hi Jorg,i have created an akamai agent which reads replication. I am trying to read a property at author and process my request at akamai.if i attach a property to a node in author instance , and if i want to read it on publish instance than i need to replicate it first.so basically for akamai,my au...
But isnt it going to give properties from publish instance?i need properties from author instance which are getting replicated on publish instance.regards,manish