Important files for message-driven beans and extended messaging
The following files in the WAS_HOME/temp directory are important for the operation of the WAS messaging service, so should not be deleted. If you do need to delete the WAS_HOME/temp directory or other files in it, ensure that you preserve the following files.
server_name-durableSubscriptions.ser
- You should not delete this file, because the messaging service uses it to keep track of durable subscriptions for message-driven beans. If you uninstall an application that contains a message-driven bean, this file is used to unsubscribe the durable subscription.
server_name-AsyncMessageRequestLog.ser
- You should not delete this file, because the messaging service uses it to keep track of late responses that need to be delivered to the late response message handler for the extended messaging provider.
Using message-driven beans in applications