RE: Implementing a Custom Message Id Cache

2015-05-12 Thread Stephen.CTR.Chappell
was wired up correctly, then everything worked as expected. Thanx, Stephen W. Chappell -Original Message- From: Chappell, Stephen CTR (FAA) Sent: Monday, May 11, 2015 1:42 PM To: users@cxf.apache.org Subject: Implementing a Custom Message Id Cache Hi - I have a requirement to prevent

Implementing a Custom Message Id Cache

2015-05-11 Thread Stephen.CTR.Chappell
Hi - I have a requirement to prevent duplicate message id's for a period of at least 5 minutes, but not forever. It looks like the DefaultMessageIdCache will cache them forever. So, some time ago, I implemented a custom cache that derives from org.apache.cxf.ws.addressing.MessageIdCache, and