Request to join Slack

2024-04-15 Thread Ken Liao
Hi, I would like to be invited to the Slack channel for ActiveMQ, could you please invite q...@amazon.com to the Slack channel? Thank you so much! Thanks, Ken

Re: ActiveMQ Classic Windows (5.16.3) Restart Super Slow (4 hours)

2024-08-06 Thread Ken Liao
Hi Mike, +1 to Matt. We have seen, in some cases, it can take up to 10 hours or so. Here are a few things you can do: - Check your KahaDB logs - in your data directory, check the size of db.redo, db-*.log. If they are huge, during a restart, it can take a long time to recover if the inst

Re: ActiveMQ 5.18.4 - Cannot Purge Queue or Delete Messages

2024-08-27 Thread Ken Liao
This is fixed in ActiveMQ 5.18.5. https://activemq.apache.org/components/classic/download/ (released July 24th) [image: image.png] Nevertheless I was able to reproduce it in 5.18.4. Ken, On Fri, Aug 23, 2024 at 10:35 AM Williams, Alex < alexander.willi...@nationwide.com> wrote: > ActiveMQ 5.1

Re: Activemq jetty error

2024-08-27 Thread Ken Liao
Hi, I couldn't reproduce it. I have a few follow up: 1. Shouldn'tbe enabled by default? Was it disabled/commented out so it was working? 2. Did you make any change to jetty.xml? Ken, On Tue, Aug 27, 2024 at 3:31 AM Martyn Egerton wrote: > Hi all, > > I'm looking for some advice please. > >

Re: ActiveMQ Federation Questions

2024-09-16 Thread Ken Liao
Hi Patrick https://activemq.apache.org/components/classic/documentation/networks-of-brokers In the documentation, there's a configuration for messageTTL in NetworkConnector and the default is 1. I have not verified the documentation myself or have ever used MQTT, so there's a chance that it's out

Re: ActiveMQ Federation Questions

2024-09-17 Thread Ken Liao
rio tasks to execute and so I did not investigate my problem > any further. > > I am curious if someone gets this transitive broker federation to work > this time. > > Kind regards > > Erik Devriendt > > > -Original Message- > From: Ken Liao >

Re: Bridging Artemis with classic

2024-10-03 Thread Ken Liao
Hi Kunal, What kind of workload is your broker cluster designed for? I don't think there is an easy answer here as these two brokers have different sets of features implemented. It really depends on your requirements on supported features and performance. For instance, if your application requires

[ActiveMQ Classic][AMQ-9572] Expected behavior of "deleteAllMessagesOnStartup"

2024-09-22 Thread Ken Liao
Hello, According to https://activemq.apache.org/components/classic/documentation/broker-uri, when "deleteAllMessagesOnStartup" is set to true, all messages in the persistent store are deleted. If we interpret it literally, that should include scheduled messages. However, after testing it locally

Re: Exceeded connections on Kubernetes 1.30

2024-09-18 Thread Ken Liao
Hi Marc, What other errors are in activemq.log? Are there logs that look like " WARN | Could not accept connection from tcp://: Broken pipe (Broken pipe) | org.apache.activemq.broker.TransportConnector" or "Transport Connection to: tcp:// failed: Channel was inactive (no connection attempt made) f

Re: java.lang.IllegalArgumentException Error

2024-12-20 Thread Ken Liao
Hi, what version of ActiveMQ are you using? Also is it Classic or Artemis? Thanks, Ken On Thu, Dec 19, 2024 at 11:18 PM Jana Manju wrote: > Hi Team, > > Recently we migrated our ActiveMQ service from windows to linux. We are > seeing the following error for only one of the consumers. > > 2024-1

Re: 新版本 6.1.7 用户名密码都需要设置那些文件呢?

2025-07-08 Thread Ken Liao
你是想用JAAS plugin 还是直接在 activemq.xml 上面设置? Ken On Mon, Jul 7, 2025 at 7:03 PM HMGX wrote: > 新版本 6.1.7 用户名密码都需要设置那些文件呢?我按照5.X的版本设置了不生效