Posted: Mon Jan 09, 2006 2:27 am Post subject: Who should empty SAPALE_Archive_Queue
Apprentice
Joined: 28 Jan 2005 Posts: 26
Hi,
We have a mySAP 5.5.6 and a 2.4.0 WBIA Frame work that put messages in the SAPALE_Archive_Queue (Specifies the MQ Series queue that archives TIDs and IDoc data after the ALE Module has finished processing events.)
The messages in the queue should they be deleted manually or can the adapter be configured in a way that will prevent the number of messages to reach the max depth of the queue ?
I am not sure about the MySAP adapter, but with MQSeries adapter you have to write your own scripts to manage messages on the archive queue. _________________ -Ratan
Maula queue clearance is required with the mySAP adapter. You can also use the class com.ibm.wbi.BaseCollab.MQUtil (in ICS) to extract messages off the queue and save it to a file/zip file. This can be invoked via shell script and run it whenever you want.
oops..a newbie error in prev post.
Use the com.ibm.mq.* classes (to archive the queue) in a java program which in turn can be invoked by a shell script.
You cannot post new topics in this forum You cannot reply to topics in this forum You cannot edit your posts in this forum You cannot delete your posts in this forum You cannot vote in polls in this forum