MrStiffler
Programmer
There ist a map X that tracks every runing map. Therefor this Map X runs very often.
Every runing map generates a short message in a Queue Y.
After a mass testcase (40'000 runs) the map schould have read and deleted all messages in Queue Y.
Map X has a Source Event on Queue Y !
But it doesen't.
There is also a Errorqueue if the input canot be read, but no messages go to errorqueue !
After the Test some messages (ca. 6 ) stay in the queue !
What can be the reason that some messages stay in the queue in spite of the sourc event setting.
here are some maybe important Event Server Settings on the map X.
Workspace: File
pagesize: 64
pagecount: 8
...
WorkFilePrefix: MapName
Action: Delete
Max Concur. Maps: 0
Input
Fetch As: Integral
WorkArea: Create
FetchUnit: 1
Transaction
OnSuccsess: Delete
OnFailure: Rollback
Scope: Map
Warnings Ignore
No Retry
Source Event: ON
----------------
Thanks
Every runing map generates a short message in a Queue Y.
After a mass testcase (40'000 runs) the map schould have read and deleted all messages in Queue Y.
Map X has a Source Event on Queue Y !
But it doesen't.
There is also a Errorqueue if the input canot be read, but no messages go to errorqueue !
After the Test some messages (ca. 6 ) stay in the queue !
What can be the reason that some messages stay in the queue in spite of the sourc event setting.
here are some maybe important Event Server Settings on the map X.
Workspace: File
pagesize: 64
pagecount: 8
...
WorkFilePrefix: MapName
Action: Delete
Max Concur. Maps: 0
Input
Fetch As: Integral
WorkArea: Create
FetchUnit: 1
Transaction
OnSuccsess: Delete
OnFailure: Rollback
Scope: Map
Warnings Ignore
No Retry
Source Event: ON
----------------
Thanks