How to Block Replication Agent Queue and Resume Publishing after certain period | Community
Skip to main content
RajaShankar
New Participant
October 20, 2022
Solved

How to Block Replication Agent Queue and Resume Publishing after certain period

  • October 20, 2022
  • 1 reply
  • 974 views

Hi All,

I want to block the Replication Agent Queue for an hour and during this time i want all the publish request-to get queued and after an hour i want to reopen/resume the queue from publishing to publisher. Any suggestion how this can be done.If i disable the agent its bringing the queue also down.I want the queue to be up and in block and hold all the request in the queue for an hour.

 

Regards

This post is no longer active and is closed to new replies. Need help? Start a new post to ask your question.

1 reply

lukasz-m
lukasz-mAccepted solution
New Participant
October 20, 2022
RajaShankar
New Participant
October 20, 2022

Hi @lukasz-m  Problem is we restart the author server at the end of the hour(deployment done) then we want to deploy the code/content in publisher then enable the queue.But in my case when i restart author pause will get reset. I dont think i have a direct solution for this problem one more dirty fix is change the transport uri or user name so that connection fails in queue and content get accumulated in queue.

New Participant
October 21, 2022

@rajashankar ,

 

If you want to trigger the agent after a certain time in that case if you can use the ootb property OnTime. So if you set this on any asset or payload it will be in queue untill the specified time reaches and publishes it afterwards.

 

Hope this helps.

 

Thanks,

Mahesh