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

2023-07-05 Thread Wendell Hatcher
bution, 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 < > wendellhatcher1...@gmail.com> wrote: > > > > Quick question just to

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?

activemq purge command effects and usage?

2022-12-19 Thread Wendell Hatcher
Quick question can we delete some of the messages from kahadb to free up space if there are old messages stuck and the store is high? I thought you couldn't delete anything from the kahadb store logs folder as it will corrupt the database. 7:26

https://github.com/Hill30/amq-kahadb-tool

2022-12-15 Thread Wendell Hatcher
Has anyone used this before or can provide their thoughts: https://github.com/Hill30/amq-kahadb-tool? we need to clear out old db-log files. -Wendell

Activemq kahadb vs shared NAS storage setup and Kahadb stability.

2022-12-05 Thread Wendell Hatcher
Hi Everyone, I have a couple of questions. First, in a design setup would it be better to use a master/slave setup behind an F5 VIP going to a shared NAS for the storing of the messages versus a kahadb store? We have a 2 server non-shared kahadb store in our current design and I am wondering if

AMQ Store Percent usage at 86% Large Khadb storage size concerns.

2022-12-01 Thread Wendell Hatcher
Hello, I am showing AMQ Store Percent usage at 86% my khahadb folder is registering at 87GB is this normal for it to be this size, and is there a way for us to mitigate the size due to our directory being at 256GB and we dont want to run into space issues? ActiveMQ 5.1.3.1 version Java 1.8..0

Re: jms messages keep getting stuck in our queues.

2022-10-28 Thread Wendell Hatcher
We are running 2 versions of Active AMQ 5.13.1 in one environment and 5.14.5 in 3 other environments. On Fri, Oct 28, 2022 at 10:37 AM Clebert Suconic wrote: > Start with the version please !? > On Fri, Oct 28, 2022 at 9:48 AM Wendell Hatcher < > wendellhatcher1...@gmai

jms messages keep getting stuck in our queues.

2022-10-28 Thread Wendell Hatcher
Hello, I am fairly knew to ActiveMQ troubleshooting message queues. We have to restart our ActiveMQ services which connect to a backend muleESB almost daily for certain queues. We try dumping the messages but the queues are stuck and will not release the data. A restart of the services seems to

Re: Message Code: JAVA PLUGIN_1762 AMQ error?

2022-10-25 Thread Wendell Hatcher
We resolved this. Thanks for the info. On Tue, Oct 25, 2022 at 11:30 AM Wendell Hatcher < wendellhatcher1...@gmail.com> wrote: > Hello, I am getting the following error message within amq. Can someone > please give me direction to resolving this issue? > > Message Code

Message Code: JAVA PLUGIN_1762 AMQ error?

2022-10-25 Thread Wendell Hatcher
Hello, I am getting the following error message within amq. Can someone please give me direction to resolving this issue? Message Code: JAVA PLUGIN_1762 Message: [ERROR] Failed to create JMS session: Wire format negotiation timeout: peer did not send his wire format.Exception Stack:

corrupt ActiveMQ Kahadb file?

2022-09-16 Thread Wendell Hatcher
ActiveMQ Team, is it possible to restore a corrupted kahadb file without losing the data? I saw this article and tried to follow the delete db.redo and db.data files but it didnt work? Is it safe to delete the kahadb index file db.data in order to recover the kahadb index from the journal? - Red

ActiveMQ performance improvement guidelines.

2022-09-15 Thread Wendell Hatcher
Hello, are there any performance improbement guidelines for ActiveMQ and would using GC1 help to improve performance within the JVM?