0 votes
1.5k views
in BPD by

1 Answer

0 votes
by
These are two types of Event Manager queues, Asynchronous (async) and Synchronous (sync). Async queues are executed as soon as possible with no guaranteed order. Sync queues are executed serially. If you have multiple tasks set to run on one sync queue they will execute one after the other in the order that they were put in to thee sync queue. The EM treats sync and async queues differently.

In Sync Queue each task in a sync queue must be executed in serial. To prevent problems in a cluster, an EM will claim ownership of one or more sync queues when it starts up. The ownership is stored in the LSW_UCA_SYNC_QUEUE where QUEUE_OWNER is linked to OWNER_ID in LSW_EM_INSTANCE. This is not a permanent assignment. The LSW_EM_INSTANCE table keeps track of status of all of the event managers. The status is checked every 15 seconds by default. If the owner of a sync queue is no longer available another EM will take ownership of that sync queue.

In Async Queue tasks are picked up by each EM when there is room in their async queue for more tasks. Each process server has it’s own running EM. The EM is configured by each process server’s copy of 80EventManager.xml: There are various EM settings in that xml file and they are all specified in milliseconds.

Related questions

+1 vote
2 answers 4.5k views
–1 vote
0 answers 796 views
0 votes
1 answer 905 views
0 votes
0 answers 355 views
0 votes
0 answers 339 views
0 votes
0 answers 328 views
+1 vote
2 answers 1.7k views
asked Dec 1, 2018 in BPD by anonymous
0 votes
2 answers 1.4k views
asked Aug 31, 2018 in BPD by anonymous
+1 vote
8 answers 5.9k views
asked Jun 11, 2018 in BPD by anonymous
0 votes
1 answer 1.2k views
0 votes
1 answer 701 views
0 votes
1 answer 3.0k views

634 questions

495 answers

97 comments

2.7k users

Join BPM Community Discord Channel

Welcome to BPM Tips Q&A, Community wiki/forum where you can ask questions and receive answers from other IBM BPM experts and members of the community. Users with 2000 points will automatically be promoted to expert level.
Created by Dosvak LLC
Our Youtube Channel
...