Re: Need support for STOMP with node js

2023-11-15 Thread Saurabh Singh
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

Re: Need support for STOMP with node js

2023-11-14 Thread Justin Bertram
> ...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

Re: Need support for STOMP with node js

2023-11-14 Thread Matt Pavlovich
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,

Re: Need support for STOMP with node js

2023-11-14 Thread Saurabh Singh
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

Need support for STOMP with node js

2023-11-14 Thread Saurabh Singh
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