Guest User

async events delivery

a guest
May 3rd, 2019
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.34 KB | None | 0 0
  1. 13:48:37,801 INFO [stdout] (default task-1) Will fire an event. Using default executor: false
  2. 13:48:37,807 INFO [stdout] (pool-12-thread-2) L1 got a message: this is an event
  3. 13:48:37,807 INFO [stdout] (pool-12-thread-3) L3 got a message: this is an event
  4. 13:48:37,807 INFO [stdout] (pool-12-thread-1) L2 got a message: this is an event
  5. 13:48:37,808 INFO [stdout] (pool-12-thread-5) L4 got a message: this is an event
  6. 13:48:37,808 INFO [stdout] (pool-12-thread-1) And L2 returned
  7. 13:48:37,808 INFO [stdout] (pool-12-thread-3) And L3 returned
  8. 13:48:37,809 INFO [stdout] (default task-1) We have a cs: org.jboss.weld.event.AsyncEventDeliveryStage@70d2b79d
  9. 13:48:37,809 INFO [stdout] (pool-12-thread-2) And L1 returned
  10. 13:48:37,809 INFO [stdout] (pool-12-thread-5) And L4 returned
  11. 13:48:37,997 INFO [stdout] (pool-12-thread-1) L6 got a message: this is an event
  12. 13:48:37,997 INFO [stdout] (pool-12-thread-4) L5 got a message: this is an event
  13. 13:48:37,997 INFO [stdout] (pool-12-thread-4) And L5 returned
  14. 13:48:37,997 INFO [stdout] (pool-12-thread-1) And L6 returned
  15. 13:48:37,998 INFO [stdout] (pool-12-thread-1) Stage completed ok!!!
  16.  
  17.  
  18. 13:51:16,400 INFO [stdout] (default task-1) Will fire an event. Using default executor: true
  19. 13:51:16,400 INFO [stdout] (Weld Thread Pool -- 1) L2 got a message: this is an event
  20. 13:51:16,400 INFO [stdout] (Weld Thread Pool -- 5) L6 got a message: this is an event
  21. 13:51:16,401 INFO [stdout] (Weld Thread Pool -- 7) L3 got a message: this is an event
  22. 13:51:16,401 INFO [stdout] (Weld Thread Pool -- 6) L5 got a message: this is an event
  23. 13:51:16,401 INFO [stdout] (Weld Thread Pool -- 8) L4 got a message: this is an event
  24. 13:51:16,401 INFO [stdout] (Weld Thread Pool -- 4) L1 got a message: this is an event
  25. 13:51:16,402 INFO [stdout] (default task-1) We have a cs: org.jboss.weld.event.AsyncEventDeliveryStage@170db0b1
  26. 13:51:16,402 INFO [stdout] (Weld Thread Pool -- 4) And L1 returned
  27. 13:51:16,402 INFO [stdout] (Weld Thread Pool -- 8) And L4 returned
  28. 13:51:16,402 INFO [stdout] (Weld Thread Pool -- 6) And L5 returned
  29. 13:51:16,402 INFO [stdout] (Weld Thread Pool -- 7) And L3 returned
  30. 13:51:16,403 INFO [stdout] (Weld Thread Pool -- 5) And L6 returned
  31. 13:51:16,403 INFO [stdout] (Weld Thread Pool -- 1) And L2 returned
  32. 13:51:16,403 INFO [stdout] (Weld Thread Pool -- 1) Stage completed ok!!!
Add Comment
Please, Sign In to add comment