Uploaded image for project: 'Sling'
  1. Sling
  2. SLING-4060

Create specific factories for pubsync agents and queuing agents

    XMLWordPrintableJSON

Details

    Description

      Create specific factories for pubsync agents and queuing agents.

      {
          "jcr:primaryType": "sling:OsgiConfig",
          "name": "pubsync",
      
          "serviceName" : "replicationService",
      
          "packageBuilder.type" : "vlt",
      
          "endpoints" : [ "http://localhost:4503/libs/sling/replication/services/exporters/reverse-pubsync",
              "http://localhost:4504/libs/sling/replication/services/exporters/reverse-pubsync",
              "http://localhost:4505/libs/sling/replication/services/exporters/reverse-pubsync"],
          "endpoints.strategy" : "All",
          
          "queueProvider.target" : "(name=sjh)",
      
          "queueDistributionStrategy.target": "(name=error)",
      
          "transportAuthenticationProvider.target" : "(name=publishAdmin)"
      }
      
      {
          "jcr:primaryType": "sling:OsgiConfig",
          "name": "reverse",
      
          "serviceName" : "replicationService",
      
          "packageBuilder.type" : "vlt",
      
          "queueProvider.target" : "(name=sjh)",
      
          "queueDistributionStrategy": "(name=error)",
      
          "trigger0": [
              "type=jcrEvent",
              "path=/content/usergenerated",
              "servicename=replicationService"
          ]
      }
      

      Attachments

        Activity

          People

            mpetria Marius Petria
            mpetria Marius Petria
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: