Re: [EXTERNAL] Re: ActiveMQ 5.15.4 duplicate message detection

2022-06-01 Thread Simon Lundström
Another way is just not to care about dupes from producers and instead focus on the consumer via the idempotent receiver enterprise integration pattern[1] since you probably want do that anyway if you want to be sure not to process the same message multiple times. As long as the producer uses a

Re: [EXTERNAL] Re: ActiveMQ 5.15.4 duplicate message detection

2022-06-01 Thread Justin Bertram
To my knowledge, ActiveMQ "Classic" doesn't support detecting duplicate messages from producers. You might consider using ActiveMQ Artemis if you want that feature. Justin On Wed, Jun 1, 2022 at 1:35 PM Gunawan, Rahman (GSFC-703.H)[Halvik Corp] wrote: > The broker detecting duplicates from

RE: [EXTERNAL] Re: ActiveMQ 5.15.4 duplicate message detection

2022-06-01 Thread Gunawan, Rahman (GSFC-703.H)[Halvik Corp]
The broker detecting duplicates from producers. Thanks Rahman -Original Message- From: Justin Bertram Sent: Wednesday, June 1, 2022 2:30 PM To: users@activemq.apache.org Subject: [EXTERNAL] Re: ActiveMQ 5.15.4 duplicate message detection What's the use-case? Are you talking about the