-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathmultithread.log
More file actions
370 lines (370 loc) · 58.7 KB
/
multithread.log
File metadata and controls
370 lines (370 loc) · 58.7 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
302
303
304
305
306
307
308
309
310
311
312
313
314
315
316
317
318
319
320
321
322
323
324
325
326
327
328
329
330
331
332
333
334
335
336
337
338
339
340
341
342
343
344
345
346
347
348
349
350
351
352
353
354
355
356
357
358
359
360
361
362
363
364
365
366
367
368
369
370
2024-04-17 14:19:36.742 INFO 13184 --- [restartedMain] com.example.QueueThreadApplication : Starting QueueThreadApplication using Java 1.8.0_371 on Rohan-Girsa with PID 13184 (D:\Practice\queueThread\target\classes started by rohan in D:\Practice\queueThread)
2024-04-17 14:19:36.764 INFO 13184 --- [restartedMain] com.example.QueueThreadApplication : No active profile set, falling back to 1 default profile: "default"
2024-04-17 14:19:37.094 INFO 13184 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
2024-04-17 14:19:37.096 INFO 13184 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
2024-04-17 14:19:40.580 INFO 13184 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2024-04-17 14:19:48.926 INFO 13184 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 8220 ms. Found 2 JPA repository interfaces.
2024-04-17 14:19:49.459 INFO 13184 --- [restartedMain] faultConfiguringBeanFactoryPostProcessor : No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
2024-04-17 14:19:49.564 INFO 13184 --- [restartedMain] faultConfiguringBeanFactoryPostProcessor : No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
2024-04-17 14:19:53.102 INFO 13184 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http)
2024-04-17 14:19:53.153 INFO 13184 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2024-04-17 14:19:53.155 INFO 13184 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.80]
2024-04-17 14:19:53.624 INFO 13184 --- [restartedMain] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2024-04-17 14:19:53.626 INFO 13184 --- [restartedMain] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 16523 ms
2024-04-17 14:19:54.475 INFO 13184 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2024-04-17 14:19:58.473 INFO 13184 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2024-04-17 14:19:59.026 INFO 13184 --- [restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
2024-04-17 14:19:59.611 INFO 13184 --- [restartedMain] org.hibernate.Version : HHH000412: Hibernate ORM core version 5.6.15.Final
2024-04-17 14:20:02.018 INFO 13184 --- [restartedMain] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2024-04-17 14:20:02.940 INFO 13184 --- [restartedMain] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect
2024-04-17 14:20:05.849 INFO 13184 --- [restartedMain] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2024-04-17 14:20:05.906 INFO 13184 --- [restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2024-04-17 14:20:08.501 INFO 13184 --- [Pop-Thread] com.example.service.impl.PopQueue : Pop Thread going to sleep
2024-04-17 14:20:08.567 INFO 13184 --- [Schedule-Thread] com.example.QueueThreadApplication : CPU Usage: -100.0%
2024-04-17 14:20:08.568 INFO 13184 --- [Schedule-Thread] com.example.QueueThreadApplication : Memory Usage: 4.9254970110526894%
2024-04-17 14:20:08.569 INFO 13184 --- [Schedule-Thread] com.example.QueueThreadApplication : Thread Count: 24
2024-04-17 14:20:08.863 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Thread Push Queue Going To Sleep
2024-04-17 14:20:08.876 WARN 13184 --- [restartedMain] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-04-17 14:20:10.488 INFO 13184 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729
2024-04-17 14:20:10.530 INFO 13184 --- [Pop-Thread] com.example.service.impl.PopQueue : Pop Thread going to sleep
2024-04-17 14:20:10.886 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Thread Push Queue Going To Sleep
2024-04-17 14:20:11.208 INFO 13184 --- [restartedMain] o.s.i.endpoint.EventDrivenConsumer : Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-04-17 14:20:11.209 INFO 13184 --- [restartedMain] o.s.i.channel.PublishSubscribeChannel : Channel 'queueThread.errorChannel' has 1 subscriber(s).
2024-04-17 14:20:11.212 INFO 13184 --- [restartedMain] o.s.i.endpoint.EventDrivenConsumer : started bean '_org.springframework.integration.errorLogger'
2024-04-17 14:20:11.324 INFO 13184 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path ''
2024-04-17 14:20:11.377 INFO 13184 --- [restartedMain] com.example.QueueThreadApplication : Started QueueThreadApplication in 36.069 seconds (JVM running for 42.566)
2024-04-17 14:20:12.546 INFO 13184 --- [Pop-Thread] com.example.service.impl.PopQueue : Pop Thread going to sleep
2024-04-17 14:20:12.925 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Thread Push Queue Going To Sleep
2024-04-17 14:20:14.559 INFO 13184 --- [Pop-Thread] com.example.service.impl.PopQueue : Pop Thread going to sleep
2024-04-17 14:20:14.957 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Thread Push Queue Going To Sleep
2024-04-17 14:20:16.571 INFO 13184 --- [Pop-Thread] com.example.service.impl.PopQueue : Pop Thread going to sleep
2024-04-17 14:20:16.995 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Thread Push Queue Going To Sleep
2024-04-17 14:20:18.577 INFO 13184 --- [Pop-Thread] com.example.service.impl.PopQueue : Pop Thread going to sleep
2024-04-17 14:20:19.015 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Thread Push Queue Going To Sleep
2024-04-17 14:20:20.591 INFO 13184 --- [Pop-Thread] com.example.service.impl.PopQueue : Pop Thread going to sleep
2024-04-17 14:20:21.045 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Thread Push Queue Going To Sleep
2024-04-17 14:20:22.601 INFO 13184 --- [Pop-Thread] com.example.service.impl.PopQueue : Pop Thread going to sleep
2024-04-17 14:20:23.063 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Thread Push Queue Going To Sleep
2024-04-17 14:20:24.614 INFO 13184 --- [Pop-Thread] com.example.service.impl.PopQueue : Pop Thread going to sleep
2024-04-17 14:20:25.076 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Thread Push Queue Going To Sleep
2024-04-17 14:20:26.629 INFO 13184 --- [Pop-Thread] com.example.service.impl.PopQueue : Pop Thread going to sleep
2024-04-17 14:20:27.098 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Thread Push Queue Going To Sleep
2024-04-17 14:20:28.648 INFO 13184 --- [Pop-Thread] com.example.service.impl.PopQueue : Pop Thread going to sleep
2024-04-17 14:20:29.117 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Thread Push Queue Going To Sleep
2024-04-17 14:20:30.663 INFO 13184 --- [Pop-Thread] com.example.service.impl.PopQueue : Pop Thread going to sleep
2024-04-17 14:20:31.132 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Thread Push Queue Going To Sleep
2024-04-17 14:20:32.673 INFO 13184 --- [Pop-Thread] com.example.service.impl.PopQueue : Pop Thread going to sleep
2024-04-17 14:20:33.157 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Thread Push Queue Going To Sleep
2024-04-17 14:20:34.685 INFO 13184 --- [Pop-Thread] com.example.service.impl.PopQueue : Pop Thread going to sleep
2024-04-17 14:20:35.189 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Thread Push Queue Going To Sleep
2024-04-17 14:20:36.688 INFO 13184 --- [Pop-Thread] com.example.service.impl.PopQueue : Pop Thread going to sleep
2024-04-17 14:20:37.211 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Thread Push Queue Going To Sleep
2024-04-17 14:20:38.703 INFO 13184 --- [Pop-Thread] com.example.service.impl.PopQueue : Pop Thread going to sleep
2024-04-17 14:20:39.236 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Thread Push Queue Going To Sleep
2024-04-17 14:20:40.710 INFO 13184 --- [Pop-Thread] com.example.service.impl.PopQueue : Pop Thread going to sleep
2024-04-17 14:20:41.299 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Thread Push Queue Going To Sleep
2024-04-17 14:20:42.867 INFO 13184 --- [Pop-Thread] com.example.service.impl.PopQueue : Pop Thread going to sleep
2024-04-17 14:20:43.322 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Thread Push Queue Going To Sleep
2024-04-17 14:20:44.882 INFO 13184 --- [Pop-Thread] com.example.service.impl.PopQueue : Pop Thread going to sleep
2024-04-17 14:20:45.349 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Thread Push Queue Going To Sleep
2024-04-17 14:20:46.896 INFO 13184 --- [Pop-Thread] com.example.service.impl.PopQueue : Pop Thread going to sleep
2024-04-17 14:20:47.373 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Thread Push Queue Going To Sleep
2024-04-17 14:20:48.903 INFO 13184 --- [Pop-Thread] com.example.service.impl.PopQueue : Pop Thread going to sleep
2024-04-17 14:20:49.393 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Thread Push Queue Going To Sleep
2024-04-17 14:20:50.908 INFO 13184 --- [Pop-Thread] com.example.service.impl.PopQueue : Pop Thread going to sleep
2024-04-17 14:20:51.422 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Thread Push Queue Going To Sleep
2024-04-17 14:20:52.914 INFO 13184 --- [Pop-Thread] com.example.service.impl.PopQueue : Pop Thread going to sleep
2024-04-17 14:20:53.454 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Thread Push Queue Going To Sleep
2024-04-17 14:20:54.930 INFO 13184 --- [Pop-Thread] com.example.service.impl.PopQueue : Pop Thread going to sleep
2024-04-17 14:20:55.587 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Adding Into Queue: [ ID: 471 Msisdn: 9856982549 Context: abdjsa Dnis: null Queue Code: ajfsg Template ID: 990 Account ID: 118 User ID: 131 Status: idle Voice Log ID: 190 ]
2024-04-17 14:20:55.589 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Data added for ID: 471 to the queue for template ID: 990
2024-04-17 14:20:55.593 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Adding Into Queue: [ ID: 472 Msisdn: 9856982539 Context: abdjsa Dnis: null Queue Code: ajfsg Template ID: 990 Account ID: 118 User ID: 131 Status: idle Voice Log ID: 190 ]
2024-04-17 14:20:55.594 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Data added for ID: 472 to the queue for template ID: 990
2024-04-17 14:20:55.597 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Adding Into Queue: [ ID: 473 Msisdn: 9856986549 Context: abdjsa Dnis: null Queue Code: ajfsg Template ID: 990 Account ID: 118 User ID: 131 Status: idle Voice Log ID: 190 ]
2024-04-17 14:20:55.598 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Data added for ID: 473 to the queue for template ID: 990
2024-04-17 14:20:55.600 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Adding Into Queue: [ ID: 474 Msisdn: 9851982549 Context: abdjsa Dnis: null Queue Code: ajfsg Template ID: 990 Account ID: 118 User ID: 131 Status: idle Voice Log ID: 190 ]
2024-04-17 14:20:55.601 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Data added for ID: 474 to the queue for template ID: 990
2024-04-17 14:20:55.603 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Adding Into Queue: [ ID: 475 Msisdn: 9859982549 Context: abdjsa Dnis: null Queue Code: ajfsg Template ID: 991 Account ID: 118 User ID: 131 Status: idle Voice Log ID: 190 ]
2024-04-17 14:20:55.604 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Data added for ID: 475 to the queue for template ID: 991
2024-04-17 14:20:55.605 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Adding Into Queue: [ ID: 476 Msisdn: 9256982549 Context: abdjsa Dnis: null Queue Code: ajfsg Template ID: 992 Account ID: 118 User ID: 131 Status: idle Voice Log ID: 190 ]
2024-04-17 14:20:55.607 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Data added for ID: 476 to the queue for template ID: 992
2024-04-17 14:20:55.610 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Adding Into Queue: [ ID: 477 Msisdn: 8527639881 Context: abdjsa Dnis: null Queue Code: ajfsg Template ID: 992 Account ID: 118 User ID: 131 Status: idle Voice Log ID: 190 ]
2024-04-17 14:20:55.612 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Data added for ID: 477 to the queue for template ID: 992
2024-04-17 14:20:55.614 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Adding Into Queue: [ ID: 478 Msisdn: 8527538701 Context: abdjsa Dnis: null Queue Code: ajfsg Template ID: 991 Account ID: 118 User ID: 131 Status: idle Voice Log ID: 190 ]
2024-04-17 14:20:55.615 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Data added for ID: 478 to the queue for template ID: 991
2024-04-17 14:20:55.616 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Adding Into Queue: [ ID: 479 Msisdn: 9037852701 Context: abdjsa Dnis: null Queue Code: ajfsg Template ID: 992 Account ID: 118 User ID: 131 Status: idle Voice Log ID: 190 ]
2024-04-17 14:20:55.617 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Data added for ID: 479 to the queue for template ID: 992
2024-04-17 14:20:55.618 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Adding Into Queue: [ ID: 480 Msisdn: 8527639809 Context: abdjsa Dnis: null Queue Code: ajfsg Template ID: 991 Account ID: 118 User ID: 131 Status: idle Voice Log ID: 190 ]
2024-04-17 14:20:55.619 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Data added for ID: 480 to the queue for template ID: 991
2024-04-17 14:20:55.631 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Thread Push Queue Going To Sleep
2024-04-17 14:20:56.946 INFO 13184 --- [Pop-Thread] com.example.service.impl.PopQueue : Pop Thread going to sleep
2024-04-17 14:20:56.948 INFO 13184 --- [MyAsyncThread-1] c.e.service.impl.CallPublisherImpl : TPS: 30 Call File: [ ID: 471 Msisdn: 9856982549 Context: abdjsa Dnis: null Queue Code: ajfsg Template ID: 990 Account ID: 118 User ID: 131 Status: idle Voice Log ID: 190]
2024-04-17 14:20:56.951 INFO 13184 --- [MyAsyncThread-1] c.e.service.impl.CallPublisherImpl : TPS: 30 Call File: [ ID: 472 Msisdn: 9856982539 Context: abdjsa Dnis: null Queue Code: ajfsg Template ID: 990 Account ID: 118 User ID: 131 Status: idle Voice Log ID: 190]
2024-04-17 14:20:56.955 INFO 13184 --- [MyAsyncThread-1] c.e.service.impl.CallPublisherImpl : TPS: 30 Call File: [ ID: 473 Msisdn: 9856986549 Context: abdjsa Dnis: null Queue Code: ajfsg Template ID: 990 Account ID: 118 User ID: 131 Status: idle Voice Log ID: 190]
2024-04-17 14:20:56.957 INFO 13184 --- [MyAsyncThread-1] c.e.service.impl.CallPublisherImpl : TPS: 30 Call File: [ ID: 474 Msisdn: 9851982549 Context: abdjsa Dnis: null Queue Code: ajfsg Template ID: 990 Account ID: 118 User ID: 131 Status: idle Voice Log ID: 190]
2024-04-17 14:20:57.655 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Thread Push Queue Going To Sleep
2024-04-17 14:20:58.958 INFO 13184 --- [Pop-Thread] com.example.service.impl.PopQueue : Pop Thread going to sleep
2024-04-17 14:20:58.963 INFO 13184 --- [MyAsyncThread-2] c.e.service.impl.CallPublisherImpl : TPS: 15 Call File: [ ID: 475 Msisdn: 9859982549 Context: abdjsa Dnis: null Queue Code: ajfsg Template ID: 991 Account ID: 118 User ID: 131 Status: idle Voice Log ID: 190]
2024-04-17 14:20:58.968 INFO 13184 --- [MyAsyncThread-2] c.e.service.impl.CallPublisherImpl : TPS: 15 Call File: [ ID: 478 Msisdn: 8527538701 Context: abdjsa Dnis: null Queue Code: ajfsg Template ID: 991 Account ID: 118 User ID: 131 Status: idle Voice Log ID: 190]
2024-04-17 14:20:58.970 INFO 13184 --- [MyAsyncThread-3] c.e.service.impl.CallPublisherImpl : TPS: 10 Call File: [ ID: 476 Msisdn: 9256982549 Context: abdjsa Dnis: null Queue Code: ajfsg Template ID: 992 Account ID: 118 User ID: 131 Status: idle Voice Log ID: 190]
2024-04-17 14:20:58.973 INFO 13184 --- [MyAsyncThread-3] c.e.service.impl.CallPublisherImpl : TPS: 10 Call File: [ ID: 477 Msisdn: 8527639881 Context: abdjsa Dnis: null Queue Code: ajfsg Template ID: 992 Account ID: 118 User ID: 131 Status: idle Voice Log ID: 190]
2024-04-17 14:20:58.976 INFO 13184 --- [MyAsyncThread-3] c.e.service.impl.CallPublisherImpl : TPS: 10 Call File: [ ID: 479 Msisdn: 9037852701 Context: abdjsa Dnis: null Queue Code: ajfsg Template ID: 992 Account ID: 118 User ID: 131 Status: idle Voice Log ID: 190]
2024-04-17 14:20:58.978 INFO 13184 --- [MyAsyncThread-2] c.e.service.impl.CallPublisherImpl : TPS: 15 Call File: [ ID: 480 Msisdn: 8527639809 Context: abdjsa Dnis: null Queue Code: ajfsg Template ID: 991 Account ID: 118 User ID: 131 Status: idle Voice Log ID: 190]
2024-04-17 14:20:59.674 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Thread Push Queue Going To Sleep
2024-04-17 14:21:00.963 INFO 13184 --- [Pop-Thread] com.example.service.impl.PopQueue : Pop Thread going to sleep
2024-04-17 14:21:01.696 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Thread Push Queue Going To Sleep
2024-04-17 14:21:02.976 INFO 13184 --- [Pop-Thread] com.example.service.impl.PopQueue : Pop Thread going to sleep
2024-04-17 14:21:03.712 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Thread Push Queue Going To Sleep
2024-04-17 14:21:04.979 INFO 13184 --- [Pop-Thread] com.example.service.impl.PopQueue : Pop Thread going to sleep
2024-04-17 14:21:05.733 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Thread Push Queue Going To Sleep
2024-04-17 14:21:06.981 INFO 13184 --- [Pop-Thread] com.example.service.impl.PopQueue : Pop Thread going to sleep
2024-04-17 14:21:07.755 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Thread Push Queue Going To Sleep
2024-04-17 14:21:08.541 INFO 13184 --- [Schedule-Thread] com.example.QueueThreadApplication : CPU Usage: -100.0%
2024-04-17 14:21:08.541 INFO 13184 --- [Schedule-Thread] com.example.QueueThreadApplication : Memory Usage: 8.367938899706933%
2024-04-17 14:21:08.542 INFO 13184 --- [Schedule-Thread] com.example.QueueThreadApplication : Thread Count: 38
2024-04-17 14:21:08.987 INFO 13184 --- [Pop-Thread] com.example.service.impl.PopQueue : Pop Thread going to sleep
2024-04-17 14:21:09.769 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Thread Push Queue Going To Sleep
2024-04-17 14:21:10.995 INFO 13184 --- [Pop-Thread] com.example.service.impl.PopQueue : Pop Thread going to sleep
2024-04-17 14:21:11.797 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Thread Push Queue Going To Sleep
2024-04-17 14:21:13.011 INFO 13184 --- [Pop-Thread] com.example.service.impl.PopQueue : Pop Thread going to sleep
2024-04-17 14:21:13.818 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Thread Push Queue Going To Sleep
2024-04-17 14:21:15.026 INFO 13184 --- [Pop-Thread] com.example.service.impl.PopQueue : Pop Thread going to sleep
2024-04-17 14:21:15.841 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Thread Push Queue Going To Sleep
2024-04-17 14:21:17.034 INFO 13184 --- [Pop-Thread] com.example.service.impl.PopQueue : Pop Thread going to sleep
2024-04-17 14:21:17.861 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Thread Push Queue Going To Sleep
2024-04-17 14:21:19.037 INFO 13184 --- [Pop-Thread] com.example.service.impl.PopQueue : Pop Thread going to sleep
2024-04-17 14:21:19.874 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Thread Push Queue Going To Sleep
2024-04-17 14:21:21.050 INFO 13184 --- [Pop-Thread] com.example.service.impl.PopQueue : Pop Thread going to sleep
2024-04-17 14:21:21.899 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Thread Push Queue Going To Sleep
2024-04-17 14:21:23.059 INFO 13184 --- [Pop-Thread] com.example.service.impl.PopQueue : Pop Thread going to sleep
2024-04-17 14:21:24.177 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Adding Into Queue: [ ID: 481 Msisdn: 9856982549 Context: abdjsa Dnis: null Queue Code: ajfsg Template ID: 990 Account ID: 118 User ID: 131 Status: idle Voice Log ID: 190 ]
2024-04-17 14:21:24.179 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Data added for ID: 481 to the queue for template ID: 990
2024-04-17 14:21:24.187 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Adding Into Queue: [ ID: 482 Msisdn: 9856982539 Context: abdjsa Dnis: null Queue Code: ajfsg Template ID: 990 Account ID: 118 User ID: 131 Status: idle Voice Log ID: 190 ]
2024-04-17 14:21:24.188 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Data added for ID: 482 to the queue for template ID: 990
2024-04-17 14:21:24.193 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Adding Into Queue: [ ID: 483 Msisdn: 9856986549 Context: abdjsa Dnis: null Queue Code: ajfsg Template ID: 990 Account ID: 118 User ID: 131 Status: idle Voice Log ID: 190 ]
2024-04-17 14:21:24.193 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Data added for ID: 483 to the queue for template ID: 990
2024-04-17 14:21:24.196 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Adding Into Queue: [ ID: 484 Msisdn: 9851982549 Context: abdjsa Dnis: null Queue Code: ajfsg Template ID: 999 Account ID: 118 User ID: 131 Status: idle Voice Log ID: 190 ]
2024-04-17 14:21:24.196 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Data added for ID: 484 to the queue for template ID: 999
2024-04-17 14:21:24.197 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Adding Into Queue: [ ID: 485 Msisdn: 9859982549 Context: abdjsa Dnis: null Queue Code: ajfsg Template ID: 991 Account ID: 118 User ID: 131 Status: idle Voice Log ID: 190 ]
2024-04-17 14:21:24.198 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Data added for ID: 485 to the queue for template ID: 991
2024-04-17 14:21:24.199 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Adding Into Queue: [ ID: 486 Msisdn: 9256982549 Context: abdjsa Dnis: null Queue Code: ajfsg Template ID: 992 Account ID: 118 User ID: 131 Status: idle Voice Log ID: 190 ]
2024-04-17 14:21:24.200 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Data added for ID: 486 to the queue for template ID: 992
2024-04-17 14:21:24.201 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Adding Into Queue: [ ID: 487 Msisdn: 8527639881 Context: abdjsa Dnis: null Queue Code: ajfsg Template ID: 992 Account ID: 118 User ID: 131 Status: idle Voice Log ID: 190 ]
2024-04-17 14:21:24.202 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Data added for ID: 487 to the queue for template ID: 992
2024-04-17 14:21:24.204 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Adding Into Queue: [ ID: 488 Msisdn: 8527538701 Context: abdjsa Dnis: null Queue Code: ajfsg Template ID: 991 Account ID: 118 User ID: 131 Status: idle Voice Log ID: 190 ]
2024-04-17 14:21:24.238 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Data added for ID: 488 to the queue for template ID: 991
2024-04-17 14:21:24.247 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Adding Into Queue: [ ID: 489 Msisdn: 9037852701 Context: abdjsa Dnis: null Queue Code: ajfsg Template ID: 992 Account ID: 118 User ID: 131 Status: idle Voice Log ID: 190 ]
2024-04-17 14:21:24.248 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Data added for ID: 489 to the queue for template ID: 992
2024-04-17 14:21:24.254 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Adding Into Queue: [ ID: 490 Msisdn: 8527639809 Context: abdjsa Dnis: null Queue Code: ajfsg Template ID: 991 Account ID: 118 User ID: 131 Status: idle Voice Log ID: 190 ]
2024-04-17 14:21:24.255 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Data added for ID: 490 to the queue for template ID: 991
2024-04-17 14:21:24.277 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Thread Push Queue Going To Sleep
2024-04-17 14:21:25.062 INFO 13184 --- [MyAsyncThread-3] c.e.service.impl.CallPublisherImpl : TPS: 10 Call File: [ ID: 486 Msisdn: 9256982549 Context: abdjsa Dnis: null Queue Code: ajfsg Template ID: 992 Account ID: 118 User ID: 131 Status: idle Voice Log ID: 190]
2024-04-17 14:21:25.067 INFO 13184 --- [MyAsyncThread-3] c.e.service.impl.CallPublisherImpl : TPS: 10 Call File: [ ID: 487 Msisdn: 8527639881 Context: abdjsa Dnis: null Queue Code: ajfsg Template ID: 992 Account ID: 118 User ID: 131 Status: idle Voice Log ID: 190]
2024-04-17 14:21:25.069 INFO 13184 --- [MyAsyncThread-3] c.e.service.impl.CallPublisherImpl : TPS: 10 Call File: [ ID: 489 Msisdn: 9037852701 Context: abdjsa Dnis: null Queue Code: ajfsg Template ID: 992 Account ID: 118 User ID: 131 Status: idle Voice Log ID: 190]
2024-04-17 14:21:25.071 INFO 13184 --- [MyAsyncThread-1] c.e.service.impl.CallPublisherImpl : TPS: 15 Call File: [ ID: 485 Msisdn: 9859982549 Context: abdjsa Dnis: null Queue Code: ajfsg Template ID: 991 Account ID: 118 User ID: 131 Status: idle Voice Log ID: 190]
2024-04-17 14:21:25.073 INFO 13184 --- [MyAsyncThread-1] c.e.service.impl.CallPublisherImpl : TPS: 15 Call File: [ ID: 488 Msisdn: 8527538701 Context: abdjsa Dnis: null Queue Code: ajfsg Template ID: 991 Account ID: 118 User ID: 131 Status: idle Voice Log ID: 190]
2024-04-17 14:21:25.076 INFO 13184 --- [MyAsyncThread-1] c.e.service.impl.CallPublisherImpl : TPS: 15 Call File: [ ID: 490 Msisdn: 8527639809 Context: abdjsa Dnis: null Queue Code: ajfsg Template ID: 991 Account ID: 118 User ID: 131 Status: idle Voice Log ID: 190]
2024-04-17 14:21:25.091 INFO 13184 --- [MyAsyncThread-2] c.e.service.impl.CallPublisherImpl : TPS: 30 Call File: [ ID: 481 Msisdn: 9856982549 Context: abdjsa Dnis: null Queue Code: ajfsg Template ID: 990 Account ID: 118 User ID: 131 Status: idle Voice Log ID: 190]
2024-04-17 14:21:25.091 INFO 13184 --- [MyAsyncThread-3] c.e.service.impl.CallPublisherImpl : TPS: 5 Call File: [ ID: 484 Msisdn: 9851982549 Context: abdjsa Dnis: null Queue Code: ajfsg Template ID: 999 Account ID: 118 User ID: 131 Status: idle Voice Log ID: 190]
2024-04-17 14:21:25.092 INFO 13184 --- [MyAsyncThread-2] c.e.service.impl.CallPublisherImpl : TPS: 30 Call File: [ ID: 482 Msisdn: 9856982539 Context: abdjsa Dnis: null Queue Code: ajfsg Template ID: 990 Account ID: 118 User ID: 131 Status: idle Voice Log ID: 190]
2024-04-17 14:21:25.097 INFO 13184 --- [MyAsyncThread-2] c.e.service.impl.CallPublisherImpl : TPS: 30 Call File: [ ID: 483 Msisdn: 9856986549 Context: abdjsa Dnis: null Queue Code: ajfsg Template ID: 990 Account ID: 118 User ID: 131 Status: idle Voice Log ID: 190]
2024-04-17 14:21:25.092 INFO 13184 --- [Pop-Thread] com.example.service.impl.PopQueue : Pop Thread going to sleep
2024-04-17 14:21:26.290 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Thread Push Queue Going To Sleep
2024-04-17 14:21:27.103 INFO 13184 --- [Pop-Thread] com.example.service.impl.PopQueue : Pop Thread going to sleep
2024-04-17 14:21:28.302 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Thread Push Queue Going To Sleep
2024-04-17 14:21:29.111 INFO 13184 --- [Pop-Thread] com.example.service.impl.PopQueue : Pop Thread going to sleep
2024-04-17 14:21:30.325 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Thread Push Queue Going To Sleep
2024-04-17 14:21:31.135 INFO 13184 --- [Pop-Thread] com.example.service.impl.PopQueue : Pop Thread going to sleep
2024-04-17 14:21:32.339 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Thread Push Queue Going To Sleep
2024-04-17 14:21:33.147 INFO 13184 --- [Pop-Thread] com.example.service.impl.PopQueue : Pop Thread going to sleep
2024-04-17 14:21:34.363 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Thread Push Queue Going To Sleep
2024-04-17 14:21:35.155 INFO 13184 --- [Pop-Thread] com.example.service.impl.PopQueue : Pop Thread going to sleep
2024-04-17 14:21:36.386 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Thread Push Queue Going To Sleep
2024-04-17 14:21:37.168 INFO 13184 --- [Pop-Thread] com.example.service.impl.PopQueue : Pop Thread going to sleep
2024-04-17 14:21:38.403 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Thread Push Queue Going To Sleep
2024-04-17 14:21:39.175 INFO 13184 --- [Pop-Thread] com.example.service.impl.PopQueue : Pop Thread going to sleep
2024-04-17 14:21:40.416 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Thread Push Queue Going To Sleep
2024-04-17 14:21:41.177 INFO 13184 --- [Pop-Thread] com.example.service.impl.PopQueue : Pop Thread going to sleep
2024-04-17 14:21:42.441 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Thread Push Queue Going To Sleep
2024-04-17 14:21:43.186 INFO 13184 --- [Pop-Thread] com.example.service.impl.PopQueue : Pop Thread going to sleep
2024-04-17 14:21:44.460 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Thread Push Queue Going To Sleep
2024-04-17 14:21:45.198 INFO 13184 --- [Pop-Thread] com.example.service.impl.PopQueue : Pop Thread going to sleep
2024-04-17 14:21:46.484 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Thread Push Queue Going To Sleep
2024-04-17 14:21:47.212 INFO 13184 --- [Pop-Thread] com.example.service.impl.PopQueue : Pop Thread going to sleep
2024-04-17 14:21:48.506 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Thread Push Queue Going To Sleep
2024-04-17 14:21:49.213 INFO 13184 --- [Pop-Thread] com.example.service.impl.PopQueue : Pop Thread going to sleep
2024-04-17 14:21:50.523 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Thread Push Queue Going To Sleep
2024-04-17 14:21:51.221 INFO 13184 --- [Pop-Thread] com.example.service.impl.PopQueue : Pop Thread going to sleep
2024-04-17 14:21:52.545 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Thread Push Queue Going To Sleep
2024-04-17 14:21:53.221 INFO 13184 --- [Pop-Thread] com.example.service.impl.PopQueue : Pop Thread going to sleep
2024-04-17 14:21:54.607 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Adding Into Queue: [ ID: 491 Msisdn: 9856982549 Context: abdjsa Dnis: null Queue Code: ajfsg Template ID: 990 Account ID: 118 User ID: 131 Status: idle Voice Log ID: 190 ]
2024-04-17 14:21:54.607 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Data added for ID: 491 to the queue for template ID: 990
2024-04-17 14:21:54.608 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Adding Into Queue: [ ID: 492 Msisdn: 9856982539 Context: abdjsa Dnis: null Queue Code: ajfsg Template ID: 990 Account ID: 118 User ID: 131 Status: idle Voice Log ID: 190 ]
2024-04-17 14:21:54.609 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Data added for ID: 492 to the queue for template ID: 990
2024-04-17 14:21:54.611 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Adding Into Queue: [ ID: 493 Msisdn: 9856986549 Context: abdjsa Dnis: null Queue Code: ajfsg Template ID: 809 Account ID: 118 User ID: 131 Status: idle Voice Log ID: 190 ]
2024-04-17 14:21:54.611 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Data added for ID: 493 to the queue for template ID: 809
2024-04-17 14:21:54.611 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Adding Into Queue: [ ID: 494 Msisdn: 9851982549 Context: abdjsa Dnis: null Queue Code: ajfsg Template ID: 999 Account ID: 118 User ID: 131 Status: idle Voice Log ID: 190 ]
2024-04-17 14:21:54.611 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Data added for ID: 494 to the queue for template ID: 999
2024-04-17 14:21:54.612 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Adding Into Queue: [ ID: 495 Msisdn: 9859982549 Context: abdjsa Dnis: null Queue Code: ajfsg Template ID: 991 Account ID: 118 User ID: 131 Status: idle Voice Log ID: 190 ]
2024-04-17 14:21:54.613 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Data added for ID: 495 to the queue for template ID: 991
2024-04-17 14:21:54.613 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Adding Into Queue: [ ID: 496 Msisdn: 9256982549 Context: abdjsa Dnis: null Queue Code: ajfsg Template ID: 992 Account ID: 118 User ID: 131 Status: idle Voice Log ID: 190 ]
2024-04-17 14:21:54.614 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Data added for ID: 496 to the queue for template ID: 992
2024-04-17 14:21:54.614 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Adding Into Queue: [ ID: 497 Msisdn: 8527639881 Context: abdjsa Dnis: null Queue Code: ajfsg Template ID: 992 Account ID: 118 User ID: 131 Status: idle Voice Log ID: 190 ]
2024-04-17 14:21:54.615 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Data added for ID: 497 to the queue for template ID: 992
2024-04-17 14:21:54.616 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Adding Into Queue: [ ID: 498 Msisdn: 8527538701 Context: abdjsa Dnis: null Queue Code: ajfsg Template ID: 991 Account ID: 118 User ID: 131 Status: idle Voice Log ID: 190 ]
2024-04-17 14:21:54.616 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Data added for ID: 498 to the queue for template ID: 991
2024-04-17 14:21:54.617 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Adding Into Queue: [ ID: 499 Msisdn: 9037852701 Context: abdjsa Dnis: null Queue Code: ajfsg Template ID: 992 Account ID: 118 User ID: 131 Status: idle Voice Log ID: 190 ]
2024-04-17 14:21:54.620 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Data added for ID: 499 to the queue for template ID: 992
2024-04-17 14:21:54.622 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Adding Into Queue: [ ID: 500 Msisdn: 8527639809 Context: abdjsa Dnis: null Queue Code: ajfsg Template ID: 991 Account ID: 118 User ID: 131 Status: idle Voice Log ID: 190 ]
2024-04-17 14:21:54.622 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Data added for ID: 500 to the queue for template ID: 991
2024-04-17 14:21:54.632 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Thread Push Queue Going To Sleep
2024-04-17 14:21:55.227 INFO 13184 --- [MyAsyncThread-1] c.e.service.impl.CallPublisherImpl : TPS: 5 Call File: [ ID: 493 Msisdn: 9856986549 Context: abdjsa Dnis: null Queue Code: ajfsg Template ID: 809 Account ID: 118 User ID: 131 Status: idle Voice Log ID: 190]
2024-04-17 14:21:55.228 INFO 13184 --- [MyAsyncThread-1] c.e.service.impl.CallPublisherImpl : TPS: 5 Call File: [ ID: 494 Msisdn: 9851982549 Context: abdjsa Dnis: null Queue Code: ajfsg Template ID: 999 Account ID: 118 User ID: 131 Status: idle Voice Log ID: 190]
2024-04-17 14:21:55.229 INFO 13184 --- [MyAsyncThread-2] c.e.service.impl.CallPublisherImpl : TPS: 10 Call File: [ ID: 496 Msisdn: 9256982549 Context: abdjsa Dnis: null Queue Code: ajfsg Template ID: 992 Account ID: 118 User ID: 131 Status: idle Voice Log ID: 190]
2024-04-17 14:21:55.229 INFO 13184 --- [MyAsyncThread-3] c.e.service.impl.CallPublisherImpl : TPS: 15 Call File: [ ID: 495 Msisdn: 9859982549 Context: abdjsa Dnis: null Queue Code: ajfsg Template ID: 991 Account ID: 118 User ID: 131 Status: idle Voice Log ID: 190]
2024-04-17 14:21:55.229 INFO 13184 --- [MyAsyncThread-2] c.e.service.impl.CallPublisherImpl : TPS: 10 Call File: [ ID: 497 Msisdn: 8527639881 Context: abdjsa Dnis: null Queue Code: ajfsg Template ID: 992 Account ID: 118 User ID: 131 Status: idle Voice Log ID: 190]
2024-04-17 14:21:55.229 INFO 13184 --- [MyAsyncThread-3] c.e.service.impl.CallPublisherImpl : TPS: 15 Call File: [ ID: 498 Msisdn: 8527538701 Context: abdjsa Dnis: null Queue Code: ajfsg Template ID: 991 Account ID: 118 User ID: 131 Status: idle Voice Log ID: 190]
2024-04-17 14:21:55.229 INFO 13184 --- [MyAsyncThread-2] c.e.service.impl.CallPublisherImpl : TPS: 10 Call File: [ ID: 499 Msisdn: 9037852701 Context: abdjsa Dnis: null Queue Code: ajfsg Template ID: 992 Account ID: 118 User ID: 131 Status: idle Voice Log ID: 190]
2024-04-17 14:21:55.229 INFO 13184 --- [MyAsyncThread-4] c.e.service.impl.CallPublisherImpl : TPS: 30 Call File: [ ID: 491 Msisdn: 9856982549 Context: abdjsa Dnis: null Queue Code: ajfsg Template ID: 990 Account ID: 118 User ID: 131 Status: idle Voice Log ID: 190]
2024-04-17 14:21:55.230 INFO 13184 --- [Pop-Thread] com.example.service.impl.PopQueue : Pop Thread going to sleep
2024-04-17 14:21:55.230 INFO 13184 --- [MyAsyncThread-3] c.e.service.impl.CallPublisherImpl : TPS: 15 Call File: [ ID: 500 Msisdn: 8527639809 Context: abdjsa Dnis: null Queue Code: ajfsg Template ID: 991 Account ID: 118 User ID: 131 Status: idle Voice Log ID: 190]
2024-04-17 14:21:55.230 INFO 13184 --- [MyAsyncThread-4] c.e.service.impl.CallPublisherImpl : TPS: 30 Call File: [ ID: 492 Msisdn: 9856982539 Context: abdjsa Dnis: null Queue Code: ajfsg Template ID: 990 Account ID: 118 User ID: 131 Status: idle Voice Log ID: 190]
2024-04-17 14:21:56.653 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Thread Push Queue Going To Sleep
2024-04-17 14:21:57.238 INFO 13184 --- [Pop-Thread] com.example.service.impl.PopQueue : Pop Thread going to sleep
2024-04-17 14:21:58.671 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Thread Push Queue Going To Sleep
2024-04-17 14:21:59.252 INFO 13184 --- [Pop-Thread] com.example.service.impl.PopQueue : Pop Thread going to sleep
2024-04-17 14:22:00.700 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Thread Push Queue Going To Sleep
2024-04-17 14:22:01.259 INFO 13184 --- [Pop-Thread] com.example.service.impl.PopQueue : Pop Thread going to sleep
2024-04-17 14:22:02.724 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Thread Push Queue Going To Sleep
2024-04-17 14:22:03.262 INFO 13184 --- [Pop-Thread] com.example.service.impl.PopQueue : Pop Thread going to sleep
2024-04-17 14:22:04.740 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Thread Push Queue Going To Sleep
2024-04-17 14:22:05.277 INFO 13184 --- [Pop-Thread] com.example.service.impl.PopQueue : Pop Thread going to sleep
2024-04-17 14:22:06.807 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Thread Push Queue Going To Sleep
2024-04-17 14:22:07.292 INFO 13184 --- [Pop-Thread] com.example.service.impl.PopQueue : Pop Thread going to sleep
2024-04-17 14:22:08.524 INFO 13184 --- [Schedule-Thread] com.example.QueueThreadApplication : CPU Usage: -100.0%
2024-04-17 14:22:08.526 INFO 13184 --- [Schedule-Thread] com.example.QueueThreadApplication : Memory Usage: 8.598922377484014%
2024-04-17 14:22:08.526 INFO 13184 --- [Schedule-Thread] com.example.QueueThreadApplication : Thread Count: 39
2024-04-17 14:22:08.832 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Thread Push Queue Going To Sleep
2024-04-17 14:22:09.305 INFO 13184 --- [Pop-Thread] com.example.service.impl.PopQueue : Pop Thread going to sleep
2024-04-17 14:22:10.851 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Thread Push Queue Going To Sleep
2024-04-17 14:22:11.309 INFO 13184 --- [Pop-Thread] com.example.service.impl.PopQueue : Pop Thread going to sleep
2024-04-17 14:22:12.878 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Thread Push Queue Going To Sleep
2024-04-17 14:22:13.324 INFO 13184 --- [Pop-Thread] com.example.service.impl.PopQueue : Pop Thread going to sleep
2024-04-17 14:22:14.909 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Thread Push Queue Going To Sleep
2024-04-17 14:22:15.333 INFO 13184 --- [Pop-Thread] com.example.service.impl.PopQueue : Pop Thread going to sleep
2024-04-17 14:22:16.936 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Thread Push Queue Going To Sleep
2024-04-17 14:22:17.347 INFO 13184 --- [Pop-Thread] com.example.service.impl.PopQueue : Pop Thread going to sleep
2024-04-17 14:22:18.950 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Thread Push Queue Going To Sleep
2024-04-17 14:22:19.361 INFO 13184 --- [Pop-Thread] com.example.service.impl.PopQueue : Pop Thread going to sleep
2024-04-17 14:22:20.966 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Thread Push Queue Going To Sleep
2024-04-17 14:22:21.377 INFO 13184 --- [Pop-Thread] com.example.service.impl.PopQueue : Pop Thread going to sleep
2024-04-17 14:22:22.981 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Thread Push Queue Going To Sleep
2024-04-17 14:22:23.387 INFO 13184 --- [Pop-Thread] com.example.service.impl.PopQueue : Pop Thread going to sleep
2024-04-17 14:22:25.005 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Thread Push Queue Going To Sleep
2024-04-17 14:22:25.416 INFO 13184 --- [Pop-Thread] com.example.service.impl.PopQueue : Pop Thread going to sleep
2024-04-17 14:22:27.027 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Thread Push Queue Going To Sleep
2024-04-17 14:22:27.425 INFO 13184 --- [Pop-Thread] com.example.service.impl.PopQueue : Pop Thread going to sleep
2024-04-17 14:22:29.047 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Thread Push Queue Going To Sleep
2024-04-17 14:22:29.436 INFO 13184 --- [Pop-Thread] com.example.service.impl.PopQueue : Pop Thread going to sleep
2024-04-17 14:22:31.092 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Thread Push Queue Going To Sleep
2024-04-17 14:22:31.444 INFO 13184 --- [Pop-Thread] com.example.service.impl.PopQueue : Pop Thread going to sleep
2024-04-17 14:22:33.117 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Thread Push Queue Going To Sleep
2024-04-17 14:22:33.467 INFO 13184 --- [Pop-Thread] com.example.service.impl.PopQueue : Pop Thread going to sleep
2024-04-17 14:22:35.138 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Thread Push Queue Going To Sleep
2024-04-17 14:22:35.487 INFO 13184 --- [Pop-Thread] com.example.service.impl.PopQueue : Pop Thread going to sleep
2024-04-17 14:22:37.163 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Thread Push Queue Going To Sleep
2024-04-17 14:22:37.500 INFO 13184 --- [Pop-Thread] com.example.service.impl.PopQueue : Pop Thread going to sleep
2024-04-17 14:22:38.583 INFO 13184 --- [RMI TCP Connection(5)-127.0.0.1] inMXBeanRegistrar$SpringApplicationAdmin : Application shutdown requested.
2024-04-17 14:22:38.803 INFO 13184 --- [RMI TCP Connection(7)-127.0.0.1] inMXBeanRegistrar$SpringApplicationAdmin : Application shutdown requested.
2024-04-17 14:22:39.098 INFO 13184 --- [RMI TCP Connection(8)-127.0.0.1] inMXBeanRegistrar$SpringApplicationAdmin : Application shutdown requested.
2024-04-17 14:22:39.178 INFO 13184 --- [Push-Thread] com.example.service.impl.PushQueue : Thread Push Queue Going To Sleep
2024-04-17 14:22:39.210 INFO 13184 --- [RMI TCP Connection(9)-127.0.0.1] inMXBeanRegistrar$SpringApplicationAdmin : Application shutdown requested.
2024-04-17 14:22:39.379 INFO 13184 --- [RMI TCP Connection(10)-127.0.0.1] inMXBeanRegistrar$SpringApplicationAdmin : Application shutdown requested.
2024-04-17 14:22:39.517 INFO 13184 --- [Pop-Thread] com.example.service.impl.PopQueue : Pop Thread going to sleep
2024-04-17 14:22:39.575 INFO 13184 --- [RMI TCP Connection(11)-127.0.0.1] inMXBeanRegistrar$SpringApplicationAdmin : Application shutdown requested.
2024-04-17 14:22:39.740 INFO 13184 --- [RMI TCP Connection(12)-127.0.0.1] inMXBeanRegistrar$SpringApplicationAdmin : Application shutdown requested.
2024-04-17 14:22:39.933 INFO 13184 --- [RMI TCP Connection(13)-127.0.0.1] inMXBeanRegistrar$SpringApplicationAdmin : Application shutdown requested.
2024-04-17 14:22:40.134 INFO 13184 --- [RMI TCP Connection(14)-127.0.0.1] inMXBeanRegistrar$SpringApplicationAdmin : Application shutdown requested.
2024-04-17 14:22:40.296 INFO 13184 --- [RMI TCP Connection(15)-127.0.0.1] inMXBeanRegistrar$SpringApplicationAdmin : Application shutdown requested.
2024-04-17 14:22:40.368 INFO 13184 --- [RMI TCP Connection(5)-127.0.0.1] o.apache.catalina.core.StandardService : Stopping service [Tomcat]
2024-04-17 14:22:40.423 INFO 13184 --- [RMI TCP Connection(5)-127.0.0.1] o.s.i.endpoint.EventDrivenConsumer : Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-04-17 14:22:40.424 INFO 13184 --- [RMI TCP Connection(5)-127.0.0.1] o.s.i.channel.PublishSubscribeChannel : Channel 'queueThread.errorChannel' has 0 subscriber(s).
2024-04-17 14:22:40.425 INFO 13184 --- [RMI TCP Connection(5)-127.0.0.1] o.s.i.endpoint.EventDrivenConsumer : stopped bean '_org.springframework.integration.errorLogger'
2024-04-17 14:22:40.455 INFO 13184 --- [RMI TCP Connection(5)-127.0.0.1] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
2024-04-17 14:22:40.476 INFO 13184 --- [RMI TCP Connection(5)-127.0.0.1] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...
2024-04-17 14:30:29.664 INFO 15216 --- [restartedMain] com.example.QueueThreadApplication : Starting QueueThreadApplication using Java 1.8.0_371 on Rohan-Girsa with PID 15216 (D:\Practice\queueThread\target\classes started by rohan in D:\Practice\queueThread)
2024-04-17 14:30:29.677 INFO 15216 --- [restartedMain] com.example.QueueThreadApplication : No active profile set, falling back to 1 default profile: "default"
2024-04-17 14:30:29.973 INFO 15216 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : Devtools property defaults active! Set 'spring.devtools.add-properties' to 'false' to disable
2024-04-17 14:30:29.976 INFO 15216 --- [restartedMain] .e.DevToolsPropertyDefaultsPostProcessor : For additional web related logging consider setting the 'logging.level.web' property to 'DEBUG'
2024-04-17 14:30:32.225 INFO 15216 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Bootstrapping Spring Data JPA repositories in DEFAULT mode.
2024-04-17 14:30:32.909 INFO 15216 --- [restartedMain] .s.d.r.c.RepositoryConfigurationDelegate : Finished Spring Data repository scanning in 640 ms. Found 2 JPA repository interfaces.
2024-04-17 14:30:33.459 INFO 15216 --- [restartedMain] faultConfiguringBeanFactoryPostProcessor : No bean named 'errorChannel' has been explicitly defined. Therefore, a default PublishSubscribeChannel will be created.
2024-04-17 14:30:33.523 INFO 15216 --- [restartedMain] faultConfiguringBeanFactoryPostProcessor : No bean named 'integrationHeaderChannelRegistry' has been explicitly defined. Therefore, a default DefaultHeaderChannelRegistry will be created.
2024-04-17 14:30:36.790 INFO 15216 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat initialized with port(s): 8080 (http)
2024-04-17 14:30:36.847 INFO 15216 --- [restartedMain] o.apache.catalina.core.StandardService : Starting service [Tomcat]
2024-04-17 14:30:36.848 INFO 15216 --- [restartedMain] org.apache.catalina.core.StandardEngine : Starting Servlet engine: [Apache Tomcat/9.0.80]
2024-04-17 14:30:37.524 INFO 15216 --- [restartedMain] o.a.c.c.C.[Tomcat].[localhost].[/] : Initializing Spring embedded WebApplicationContext
2024-04-17 14:30:37.533 INFO 15216 --- [restartedMain] w.s.c.ServletWebServerApplicationContext : Root WebApplicationContext: initialization completed in 7547 ms
2024-04-17 14:30:38.439 INFO 15216 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Starting...
2024-04-17 14:30:42.623 INFO 15216 --- [restartedMain] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Start completed.
2024-04-17 14:30:42.927 INFO 15216 --- [restartedMain] o.hibernate.jpa.internal.util.LogHelper : HHH000204: Processing PersistenceUnitInfo [name: default]
2024-04-17 14:30:43.315 INFO 15216 --- [restartedMain] org.hibernate.Version : HHH000412: Hibernate ORM core version 5.6.15.Final
2024-04-17 14:30:44.103 INFO 15216 --- [restartedMain] o.hibernate.annotations.common.Version : HCANN000001: Hibernate Commons Annotations {5.1.2.Final}
2024-04-17 14:30:44.649 INFO 15216 --- [restartedMain] org.hibernate.dialect.Dialect : HHH000400: Using dialect: org.hibernate.dialect.MySQL8Dialect
2024-04-17 14:30:46.412 INFO 15216 --- [restartedMain] o.h.e.t.j.p.i.JtaPlatformInitiator : HHH000490: Using JtaPlatform implementation: [org.hibernate.engine.transaction.jta.platform.internal.NoJtaPlatform]
2024-04-17 14:30:46.481 INFO 15216 --- [restartedMain] j.LocalContainerEntityManagerFactoryBean : Initialized JPA EntityManagerFactory for persistence unit 'default'
2024-04-17 14:30:50.552 INFO 15216 --- [Pop-Thread] com.example.service.impl.PopQueue : Pop Thread going to sleep
2024-04-17 14:30:50.867 INFO 15216 --- [Push-Thread] com.example.service.impl.PushQueue : Thread Push Queue Going To Sleep
2024-04-17 14:30:50.904 WARN 15216 --- [restartedMain] JpaBaseConfiguration$JpaWebConfiguration : spring.jpa.open-in-view is enabled by default. Therefore, database queries may be performed during view rendering. Explicitly configure spring.jpa.open-in-view to disable this warning
2024-04-17 14:30:52.567 INFO 15216 --- [Pop-Thread] com.example.service.impl.PopQueue : Pop Thread going to sleep
2024-04-17 14:30:52.855 INFO 15216 --- [restartedMain] o.s.b.d.a.OptionalLiveReloadServer : LiveReload server is running on port 35729
2024-04-17 14:30:52.920 INFO 15216 --- [Push-Thread] com.example.service.impl.PushQueue : Thread Push Queue Going To Sleep
2024-04-17 14:30:53.396 INFO 15216 --- [Schedule-Thread] com.example.QueueThreadApplication : CPU Usage: 52.00190220647075%
2024-04-17 14:30:53.397 INFO 15216 --- [Schedule-Thread] com.example.QueueThreadApplication : Memory Usage: 6.952176720591462%
2024-04-17 14:30:53.805 INFO 15216 --- [restartedMain] o.s.i.endpoint.EventDrivenConsumer : Adding {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-04-17 14:30:53.807 INFO 15216 --- [restartedMain] o.s.i.channel.PublishSubscribeChannel : Channel 'queueThread.errorChannel' has 1 subscriber(s).
2024-04-17 14:30:53.812 INFO 15216 --- [restartedMain] o.s.i.endpoint.EventDrivenConsumer : started bean '_org.springframework.integration.errorLogger'
2024-04-17 14:30:53.965 INFO 15216 --- [restartedMain] o.s.b.w.embedded.tomcat.TomcatWebServer : Tomcat started on port(s): 8080 (http) with context path ''
2024-04-17 14:30:54.049 INFO 15216 --- [restartedMain] com.example.QueueThreadApplication : Started QueueThreadApplication in 26.49 seconds (JVM running for 31.327)
2024-04-17 14:30:54.584 INFO 15216 --- [Pop-Thread] com.example.service.impl.PopQueue : Pop Thread going to sleep
2024-04-17 14:30:54.948 INFO 15216 --- [Push-Thread] com.example.service.impl.PushQueue : Thread Push Queue Going To Sleep
2024-04-17 14:30:56.595 INFO 15216 --- [Pop-Thread] com.example.service.impl.PopQueue : Pop Thread going to sleep
2024-04-17 14:30:56.973 INFO 15216 --- [Push-Thread] com.example.service.impl.PushQueue : Thread Push Queue Going To Sleep
2024-04-17 14:30:58.599 INFO 15216 --- [Pop-Thread] com.example.service.impl.PopQueue : Pop Thread going to sleep
2024-04-17 14:30:59.005 INFO 15216 --- [Push-Thread] com.example.service.impl.PushQueue : Thread Push Queue Going To Sleep
2024-04-17 14:31:00.607 INFO 15216 --- [Pop-Thread] com.example.service.impl.PopQueue : Pop Thread going to sleep
2024-04-17 14:31:01.027 INFO 15216 --- [Push-Thread] com.example.service.impl.PushQueue : Thread Push Queue Going To Sleep
2024-04-17 14:31:02.623 INFO 15216 --- [Pop-Thread] com.example.service.impl.PopQueue : Pop Thread going to sleep
2024-04-17 14:31:03.050 INFO 15216 --- [Push-Thread] com.example.service.impl.PushQueue : Thread Push Queue Going To Sleep
2024-04-17 14:31:04.645 INFO 15216 --- [Pop-Thread] com.example.service.impl.PopQueue : Pop Thread going to sleep
2024-04-17 14:31:05.069 INFO 15216 --- [Push-Thread] com.example.service.impl.PushQueue : Thread Push Queue Going To Sleep
2024-04-17 14:31:06.653 INFO 15216 --- [Pop-Thread] com.example.service.impl.PopQueue : Pop Thread going to sleep
2024-04-17 14:31:07.098 INFO 15216 --- [Push-Thread] com.example.service.impl.PushQueue : Thread Push Queue Going To Sleep
2024-04-17 14:31:08.671 INFO 15216 --- [Pop-Thread] com.example.service.impl.PopQueue : Pop Thread going to sleep
2024-04-17 14:31:09.126 INFO 15216 --- [Push-Thread] com.example.service.impl.PushQueue : Thread Push Queue Going To Sleep
2024-04-17 14:31:10.679 INFO 15216 --- [Pop-Thread] com.example.service.impl.PopQueue : Pop Thread going to sleep
2024-04-17 14:31:11.149 INFO 15216 --- [Push-Thread] com.example.service.impl.PushQueue : Thread Push Queue Going To Sleep
2024-04-17 14:31:12.144 INFO 15216 --- [RMI TCP Connection(4)-127.0.0.1] inMXBeanRegistrar$SpringApplicationAdmin : Application shutdown requested.
2024-04-17 14:31:12.331 INFO 15216 --- [RMI TCP Connection(5)-127.0.0.1] inMXBeanRegistrar$SpringApplicationAdmin : Application shutdown requested.
2024-04-17 14:31:12.530 INFO 15216 --- [RMI TCP Connection(6)-127.0.0.1] inMXBeanRegistrar$SpringApplicationAdmin : Application shutdown requested.
2024-04-17 14:31:12.675 INFO 15216 --- [RMI TCP Connection(7)-127.0.0.1] inMXBeanRegistrar$SpringApplicationAdmin : Application shutdown requested.
2024-04-17 14:31:12.693 INFO 15216 --- [Pop-Thread] com.example.service.impl.PopQueue : Pop Thread going to sleep
2024-04-17 14:31:12.856 INFO 15216 --- [RMI TCP Connection(8)-127.0.0.1] inMXBeanRegistrar$SpringApplicationAdmin : Application shutdown requested.
2024-04-17 14:31:13.130 INFO 15216 --- [RMI TCP Connection(9)-127.0.0.1] inMXBeanRegistrar$SpringApplicationAdmin : Application shutdown requested.
2024-04-17 14:31:13.183 INFO 15216 --- [Push-Thread] com.example.service.impl.PushQueue : Thread Push Queue Going To Sleep
2024-04-17 14:31:13.286 INFO 15216 --- [RMI TCP Connection(10)-127.0.0.1] inMXBeanRegistrar$SpringApplicationAdmin : Application shutdown requested.
2024-04-17 14:31:13.472 INFO 15216 --- [RMI TCP Connection(11)-127.0.0.1] inMXBeanRegistrar$SpringApplicationAdmin : Application shutdown requested.
2024-04-17 14:31:13.669 INFO 15216 --- [RMI TCP Connection(12)-127.0.0.1] inMXBeanRegistrar$SpringApplicationAdmin : Application shutdown requested.
2024-04-17 14:31:13.817 INFO 15216 --- [RMI TCP Connection(13)-127.0.0.1] inMXBeanRegistrar$SpringApplicationAdmin : Application shutdown requested.
2024-04-17 14:31:14.037 INFO 15216 --- [RMI TCP Connection(14)-127.0.0.1] inMXBeanRegistrar$SpringApplicationAdmin : Application shutdown requested.
2024-04-17 14:31:14.146 INFO 15216 --- [RMI TCP Connection(15)-127.0.0.1] inMXBeanRegistrar$SpringApplicationAdmin : Application shutdown requested.
2024-04-17 14:31:14.355 INFO 15216 --- [RMI TCP Connection(16)-127.0.0.1] inMXBeanRegistrar$SpringApplicationAdmin : Application shutdown requested.
2024-04-17 14:31:14.558 INFO 15216 --- [RMI TCP Connection(17)-127.0.0.1] inMXBeanRegistrar$SpringApplicationAdmin : Application shutdown requested.
2024-04-17 14:31:14.687 INFO 15216 --- [RMI TCP Connection(18)-127.0.0.1] inMXBeanRegistrar$SpringApplicationAdmin : Application shutdown requested.
2024-04-17 14:31:14.711 INFO 15216 --- [Pop-Thread] com.example.service.impl.PopQueue : Pop Thread going to sleep
2024-04-17 14:31:14.735 INFO 15216 --- [RMI TCP Connection(4)-127.0.0.1] o.apache.catalina.core.StandardService : Stopping service [Tomcat]
2024-04-17 14:31:14.811 INFO 15216 --- [RMI TCP Connection(4)-127.0.0.1] o.s.i.endpoint.EventDrivenConsumer : Removing {logging-channel-adapter:_org.springframework.integration.errorLogger} as a subscriber to the 'errorChannel' channel
2024-04-17 14:31:14.814 INFO 15216 --- [RMI TCP Connection(4)-127.0.0.1] o.s.i.channel.PublishSubscribeChannel : Channel 'queueThread.errorChannel' has 0 subscriber(s).
2024-04-17 14:31:14.816 INFO 15216 --- [RMI TCP Connection(4)-127.0.0.1] o.s.i.endpoint.EventDrivenConsumer : stopped bean '_org.springframework.integration.errorLogger'
2024-04-17 14:31:14.843 INFO 15216 --- [RMI TCP Connection(4)-127.0.0.1] j.LocalContainerEntityManagerFactoryBean : Closing JPA EntityManagerFactory for persistence unit 'default'
2024-04-17 14:31:14.981 INFO 15216 --- [RMI TCP Connection(4)-127.0.0.1] com.zaxxer.hikari.HikariDataSource : HikariPool-1 - Shutdown initiated...