> ...I want to configure maxRetryCount and delayed-redelivery for messages on failure based on queue configuration means dynamically for one queue different and second queue different and so on.
It's not clear what you mean by "dynamically." Do you mean it might change *every* time even on the same queue or just that each queue needs to have its own individual setting and that setting will be static? If it's the former then you should probably manage that in the STOMP client itself (as Matt mentioned already on this thread). However, if it's the latter then you could definitely do this with Artemis. For what it's worth, the relevant documentation for Artemis is here [1]. Justin [1] https://activemq.apache.org/components/artemis/documentation/latest/undelivered-messages.html#message-redelivery-and-undelivered-messages On Tue, Nov 14, 2023 at 11:56 AM Saurabh Singh < singhsaurabh1622...@gmail.com> wrote: > Hello Team, > I need support for activeMq implementation via STOMP protocol in my node > js. Project. > > I have gone through the documentation some of the points are clear but need > clearance and support on one point. > > In my project I have many queues, and I want to configure maxRetryCount > and delayed-redelivery for messages on failure based on queue configuration > means dynamically for one queue different and second queue different and so > on. So how should I configure not sure. > > Example - let's say I have posted a message in a queue, and processing of > that message is failed in first attempt, then I want to increase the delay > for that message and after that delay the message should polled from queue > automatically and should process again. > > How can I achieve this functionality? Can anyone please help on this? > > Thanks in advance. > > > > Regards, > Saurabh Singh > Software Engineer >