This is an automated email from the ASF dual-hosted git repository. rombert pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/sling-org-apache-sling-jobs-it.git
commit e89d5a10d2868828772c76d8c12eedd98df15bfc Author: Ian Boston <[email protected]> AuthorDate: Tue Oct 4 15:47:55 2016 +0000 SLING-5645 Made the ActiveMQConfigurationFactory require config to enable other JMS implementations to be used git-svn-id: https://svn.apache.org/repos/asf/sling/trunk@1763291 13f79535-47bb-0310-9956-ffa450edef68 --- src/test/resources/provisioning-model/jobs-runtime.txt | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/src/test/resources/provisioning-model/jobs-runtime.txt b/src/test/resources/provisioning-model/jobs-runtime.txt index 021e876..c81a62e 100644 --- a/src/test/resources/provisioning-model/jobs-runtime.txt +++ b/src/test/resources/provisioning-model/jobs-runtime.txt @@ -32,10 +32,14 @@ org.apache.sling/org.apache.sling.jobs-it-services/0.0.1-SNAPSHOT [configurations] + # The ActiveMQConnectionFactoryService must be configured to start, could use any property, even one not used. + org.apache.sling.amq.ActiveMQConnectionFactoryService + jms.brokerUri="vm://localhost:61616?broker.useShutdownHook\=false" + # Configure a queue to listen to the queue used in the IT Services components. # In general a queue should only be activated on an instance if the # instance is configured with consumers for that queue. # If consumers are not present, then the queue will dequeue and force a retry # of each item it can process untill the retry limit is reached. org.apache.sling.jobs.impl.JobQueueConsumerFactory - queue-name="org/apache/sling/jobs/it/services" + queue-name="org/apache/sling/jobs/it/services" -- To stop receiving notification emails like this one, please contact "[email protected]" <[email protected]>.
