[ANN] Apache ActiveMQ 5.17.5 has been released!

2023-07-02 Thread Jean-Baptiste Onofré
The ActiveMQ team is pleased to announce Apache ActiveMQ 5.17.5 release. It’s a maintenance release on the ActiveMQ 5.17.x series, bringing: - fix on stale queues when a connection is long to shutdown - fix on KahaDB where the db files may be larger than the maxLength configuration - fix on compo

Re: Node.js stomp protocol running with default 61616 and 61613?

2023-07-02 Thread Matt Pavlovich
Yes. If you look at the default configuration shipped in the Apache distribution, most of the protocols are enabled by default on different ports to allow devs to test out-of-the-box. -Matt Pavlovich > On Jul 2, 2023, at 1:50 PM, Wendell Hatcher > wrote: > > Quick question just to confirm. W

Node.js stomp protocol running with default 61616 and 61613?

2023-07-02 Thread Wendell Hatcher
Quick question just to confirm. We can run both the default openwire protocol 61616 and stomp 61613 at the same time one for node.js queues and the other for our default 61616 queues processing data on both correct?