Reconnected producers not handled correctly

2024-12-31 Thread Greg Rabil
Hello ActiveMQ users, I am using ActiveMQ 5.15.16 on a Linux platform. My setup is such that I have an application which produces messages for two separate queues. That application sends the messages to a local AMQ broker, and the local AMQ broker has a network connection to a remote AMQ brok

RE: Reconnected producers not handled correctly

2025-01-08 Thread Greg Rabil
. However, I would like to avoid the errors in the log on the local broker. Is there a configuration that I can use to accomplish the desired behavior? Thanks, Greg -Original Message- From: Greg Rabil Sent: Tuesday, December 31, 2024 12:44 PM To: users@activemq.apache.org Subject: RE:

RE: Reconnected producers not handled correctly

2024-12-31 Thread Greg Rabil
he static:// uri in the network connector setting. I recommend correcting that configuration first, and then seeing if the issue persists. Thanks, Matt > On Dec 31, 2024, at 9:29 AM, Greg Rabil wrote: > > Hello ActiveMQ users, > > I am using ActiveMQ 5.15.16 on a Linux platform