Skip to content

Commit 7ce051d

Browse files
author
Joerg Huber
committed
Added StudentsInYearConsumer to list of consumer classes.
1 parent 79f4e39 commit 7ce051d

2 files changed

Lines changed: 8 additions & 6 deletions

File tree

SIF3InfraREST/src/test/resources/config/consumers/StudentConsumer.properties

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -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
267268
test.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
271272
test.consumer.write.payload=false
272273
test.testmode=true
273274

SIF3InfraREST/src/test/resources/config/providers/StudentProvider.properties

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -168,7 +168,7 @@ provider.basePackageName=systemic.sif3.demo.rest.provider
168168
#Name of all Provider Classes that make up this Provider. This is a comma separated list
169169
#provider.classes=StudentPersonalProvider,SchoolInfoProvider,DailyAttendanceProvider
170170
#provider.classes=
171-
provider.classes=StudentPersonalProvider, functional.RolloverStudentsProvider
171+
provider.classes=StudentPersonalProvider, functional.RolloverStudentsProvider, namedquery.StudentsInYearProvider
172172
#provider.classes=CSVStudentProvider
173173
#provider.classes=StudentPersonalProvider,CSVStudentProvider
174174

@@ -220,7 +220,7 @@ event.default.updateType=FULL
220220
# will be running from time to time. This includes eventing etc. It is important to turn this property on (true) if any functional
221221
# services are used to ensure the correct working of the framework. For example if it is set to true then eventing and changes
222222
# since are supported out of the box.
223-
job.enabled=true
223+
job.enabled=false
224224

225225
#
226226
# This property can be set to disable any modifications to a job by the consumer. It simply lists (comma separated) the
@@ -330,7 +330,8 @@ resource.testmode=true
330330
#event.message.file=C:/Development/GitHubRepositories/SIF3InfraRest/SIF3InfraREST/TestData/xml/input/testEvents.log
331331
event.message.file=C:/Development/GitHubRepositories/SIF3InfraRest/SIF3InfraREST/TestData/xml/input/testEventsSPOnly.log
332332
#event.message.file=C:/Development/GitHubRepositories/SIF3InfraRest/SIF3InfraREST/TestData/xml/input/CSVEvent.log
333-
event.numUntilNoMsg=100
333+
#event.numUntilNoMsg=100
334+
event.numUntilNoMsg=1
334335

335336
custom.events.dailyAtt.numSchools=5
336337
custom.events.dailyAtt.numStudents=10

0 commit comments

Comments
 (0)