On 2024/10/24 17:40:13 Justin Bertram wrote: > I looked on page 2 of the ArtemisMQ_Cluster_Oct172024.pptx in the archive > which you attached to your original email, but I found no questions. > However, I see that you've added them in your response. > > I find the questions and the configuration confusing. > > First, automatic discovery (e.g. via UDP) or static connectors can be used > to form a cluster. You cannot, as far as I'm aware, use both > simultaneously. Therefore, please choose one or the other. It's not clear > why you would even try to use both. > > Second, you say that messages are not forwarded, but you don't describe the > details of the use-case. For example, you make no mention of where messages > are sent, where consumers are created, etc. > > Last, generally speaking it's best to start simple and add complexity once > the desired functionality has been validated. In this case you're testing > message load-balancing which requires multiple primary servers. It doesn't > require any backups. It would be useful to simplify your configuration to > eliminate any complexity that isn't absolutely required to reproduce the > problem. In this case, you can drop your backups and simply focus on the > two clustered primary servers. > > > Justin > > On Thu, Oct 24, 2024 at 9:42 AM tin.m....@lmco.com <ti...@lmco.com> > wrote: > > > Hi, > > > > Thanks for the name correction. > > > > The questions are on page 2 of the ArtemisMQ_Cluster_Oct172024.pptx, which > > describes the configuration and the questions. They are listed here: > > > > ------ > > Issue 1: > > - UDN node and VM node all use Dynamic discovery > > - Cluster connections were established > > - Messages either were not forwarded by UDN node, or were not received by > > VM node > > - Succeeded ONLY after restarting the UDN Primary Server > > > > QUESTION 1: How to configure so that UDN node server would forward > > messages to VM node server upon startup when all are using Dynamic > > discovery? > > > > ------ > > Issue 2: > > UDN node uses Dynamic discovery , VM uses Static Connectors: > > Added address name="PositionReport“, as shown below in attempt to forward > > only PositionReport to VM node – but all messages still got forwarded > > <address name="PositionReport"> > > <anycast/> > > </address> > > > > QUESTION 2: How to configure so that UDN node server would only forward > > certain message, such as PositionReport, to VM node server? > > > > > > Regards, > > Tin (Tien) Lai > > > > > > > > -----Original Message----- > > From: Justin Bertram <jb...@apache.org> > > Sent: Thursday, October 24, 2024 8:30 AM > > To: users@activemq.apache.org > > Subject: EXTERNAL: Re: Artemis MQ 2.36.0 Load Balancing questions > > > > Where are the actual questions? > > > > Also, the broker is named "ActiveMQ Artemis," not "ArtemisMQ." > > > > > > Justin > > > > On Wed, Oct 23, 2024 at 3:01 PM tin.m....@lmco.com <ti...@lmco.com> > > wrote: > > > > > Hi, > > > > > > > > > > > > Attached is a zip file describing the configuration and the questions > > > I have with Load Balancing. Let me know if I need to provide any > > > additional information. > > > > > > > > > > > > Regards, > > > > > > Tin (Tien) Lai > > > > > > > > > > > > --------------------------------------------------------------------- > > > To unsubscribe, e-mail: users-unsubscr...@activemq.apache.org > > > For additional commands, e-mail: users-h...@activemq.apache.org For > > > further information, visit: https://activemq.apache.org/contact > > > > > > > --------------------------------------------------------------------- > > To unsubscribe, e-mail: users-unsubscr...@activemq.apache.org > > For additional commands, e-mail: users-h...@activemq.apache.org > > For further information, visit: https://activemq.apache.org/contact > > > > >
admini-strat...@googol.com