@@ -180,7 +180,7 @@ events.subscriptions.removeOnShutdown=false
180180
181181# Indicate if delayed responses are enabled. Even if an environment supports delayed responses, this consumer might not be
182182# interested in that functionality. Default is false (don't enable delayed responses)
183- delayed.enabled =false
183+ delayed.enabled =true
184184
185185#
186186# SIF3 allow many ways on how to create queues and direct responses to them. This framework only supports a set of the
@@ -233,7 +233,8 @@ consumer.basePackageName=systemic.sif3.demo.rest.consumer
233233# Name of all Consumer Classes that make up this Consumer. This is a comma separated list
234234# consumer.classes=StudentPersonalConsumer,SchoolInfoConsumer
235235# consumer.classes=StudentPersonalConsumer, functional.RolloverStudentConsumer
236- consumer.classes =functional.RolloverStudentConsumer
236+ # consumer.classes=functional.RolloverStudentConsumer
237+ consumer.classes =StudentPersonalConsumer, functional.RolloverStudentConsumer, namedquery.StudentsInYearConsumer
237238# consumer.classes=StudentPersonalConsumer
238239# consumer.classes=CSVStudentConsumer
239240# consumer.classes=StudentPersonalConsumer, StudentDailyAttendanceConsumer
@@ -267,7 +268,7 @@ consumer.local.workerThread=2
267268test.tempDir.output =C:/Development/GitHubRepositories/SIF3InfraRest/SIF3InfraREST/TestData/xml/output
268269# test.tempDir.output=C:/DEV/eclipseWorkspace/SIF3InfraREST/TestData/xml/output
269270# Time in secs how long a consumer shall pretend to be busy for testing purposes
270- test.consumer.busy.delay =30
271+ test.consumer.busy.delay =1
271272test.consumer.write.payload =false
272273test.testmode =true
273274
0 commit comments