Is there a way to view all items waiting in a replication queue?
Either in CRXDE or anywhere else?
About 50 items are displayed via http://localhost:4502/etc/replication/agents.author/replication-author-publisher-01/jcr:content.queue.json, but is there a way to see the whole queue?
Also the queueStatus returned via the above URL is:
- queueStatus:{
- agentName: "replication agent to publisher 01",
- agentId: "replication-author-publisher-01",
- isBlocked: false,
- isPaused: false,
- time: 1405400481043,
- processingSince: -1,
- lastProcessTime: -1,
- nextRetryPeriod: -1405400481044
Why are processingSince and lastProcessTime equal to -1? Also why is the nextRetryPeriod a negative value?