0

I'm using rabbitTemplate.convertAndSend() for sending my object to queue. the problem is, I need that queue to store unique data. is there any mechanism to check whether such data is exist in a queue, before putting it to said queue?

Rifi331
  • 99
  • 1
  • 1
  • 10

1 Answers1

0

No; there is no such mechanism.

Gary Russell
  • 166,535
  • 14
  • 146
  • 179
  • This does not provide an answer to the question. To critique or request clarification from an author, leave a comment below their post. - [From Review](/review/low-quality-posts/26917481) – David Liang Aug 12 '20 at 20:02
  • 1
    Huh? The question is `is there any mechanism ...?`; the answer is simply `No` - nothing to clarify either in the question or answer. It's a completely valid answer IMO. – Gary Russell Aug 12 '20 at 20:13