- All Implemented Interfaces:
- javax.jms.MessageListener
public class CommunicationDetailsCacheMDB
extends RetryCapableMDB<CommunicationDetails,Void>
This MDB is provided to populate the CommunicationDetailsCache when Communication Details.
Each clustered APM server node will receive the communication details data, so each cache
is expected to only be a local cache.
Discussion regarding potential future use of a distributed cache is associated with HWKAPM-479.
If this change happens, then this MDB should be converted back to a durable (load balanced) subscriber.
- Author:
- gbrown