Hi Team,
Thanks Matt and Justin for your valuable response and sorry for the
confusion. I'll try again to mention my scenarios in detail.
*I am using ActiveMq classic, in my node js project.*
My application has implemented many queues (more than 50). each queue has
its own configuration like thi
> ...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 sam
Hi Saurabh-
In general, you want the application handling the retry delay. When the broker
does it, it can impede the queue or lead to hard to troubleshoot issues when
you have more than one instance of an app connected to a queue.
I suggest reviewing the client settings available in STOMP.js,
Sorry, Forgot to point out that I am using activeMq classic.
And please let me know also which one should be best for this, classic or
Artemis one.
On Tue, 14 Nov, 2023, 23:25 Saurabh Singh,
wrote:
> Hello Team,
> I need support for activeMq implementation via STOMP protocol in my node
> js. Pr
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-re