RE: [EXTERNAL] Re: ActiveMQ classic Producer ACK question

2021-10-27 Thread Gunawan, Rahman (HQ-LP013)[BUSINESS INTEGRA, INC.]
Connection factory bean is in the xml config and created when Spring application is started. -Original Message- From: Justin Bertram Sent: Wednesday, October 27, 2021 4:13 PM To: users@activemq.apache.org Subject: Re: [EXTERNAL] Re: ActiveMQ classic

Re: [EXTERNAL] Re: ActiveMQ classic Producer ACK question

2021-10-27 Thread Justin Bertram
> I set ActiveMQConnectionFactory sendTimeout = 0 but the code didn't go to the exception case. How exactly are you setting the send timeout? Are you setting it on the URL or are you setting it programmatically on an instance of ActiveMQConnectionFactory? Please provide an example of what you're d

RE: [EXTERNAL] Re: ActiveMQ classic Producer ACK question

2021-10-27 Thread Gunawan, Rahman (HQ-LP013)[BUSINESS INTEGRA, INC.]
I want to test the code when ActiveMQ timeout sending ACK to producer. I set ActiveMQConnectionFactory sendTimeout = 0 but the code didn't go to the exception case. Thanks Rahman -Original Message- From: Justin Bertram Sent: Wednesday, October 27, 2021 10:07 AM To: users@activemq.ap

Re: ArtemisMQ 2.18 ARTEMIS-3271 not fixed

2021-10-27 Thread Eric Kaplan
I am seeing this as well. If this is a load issue, how could I better understand what that load is? I have a cluster of 7 machines with approx 30 producers/consumers running across them. The producers produce small messages at regular intervals (15 seconds). We are using non-durable subscribers

apache-activemq-5.15.15 - User name or password is invalid

2021-10-27 Thread Diptin Patel
Please help! I'm setting up apache-activemq-5.15.15 With LDAP and I keep getting these errors when trying to manage queues from Web Console. I can create new queues from Web Console, but cannot manage or send message to them. I keep getting following errors. 2021-10-27 09:43:45,127 | WARN |

Re: [EXTERNAL] Re: ActiveMQ classic Producer ACK question

2021-10-27 Thread Justin Bertram
> I couldn't find docs on how to set the timeout in ActiveMQ 5.5.11 config. I would have expected to find the aforementioned "sendTimeout" parameter documented here [1]. However, it's not there. It appears to be undocumented. > Can I set the producer timeout in the config when ActiveMQ started?

RE: [EXTERNAL] Re: AMQ Classic 15.5 (Windows)

2021-10-27 Thread Shawn Trent
Good Morning, Thank you for the response. It is started via the service calling the wrapper, I stopped the service and started it using the .bat file, I can't recall what the JVM did after that. I can try it again a bit later today Shawn Trent | Blue Cross of Idaho | Enterprise Application Syste

RE: [EXTERNAL] Re: ActiveMQ classic Producer ACK question

2021-10-27 Thread Gunawan, Rahman (HQ-LP013)[BUSINESS INTEGRA, INC.]
I couldn't find docs on how to set the timeout in ActiveMQ 5.5.11 config. Can I set the producer timeout in the config when ActiveMQ started? Can I also set the timeout for ActiveMQ to redeliver the message if the client doesn't acknowledge? Thanks Rahman -Original Message- From: Ju

Re: ActiveMQ Slack channel access

2021-10-27 Thread Jean-Baptiste Onofre
Done Regards JB > Le 27 oct. 2021 à 12:43, Kaplan, Eric a écrit : > > Hi > > > > Please grant me access to the Slack channel as well. > > > > Eric > > > > On 2021/10/20 13:57:56, Jean-Baptiste Onofre > mailto:j...@nanthrax.net>> wrote: > >> Done> > >> > >> Regards> > >> JB> > >>

Re: ActiveMQ Slack channel access

2021-10-27 Thread Kaplan, Eric
Hi Please grant me access to the Slack channel as well. Eric On 2021/10/20 13:57:56, Jean-Baptiste Onofre mailto:j...@nanthrax.net>> wrote: > Done> > > Regards> > JB> > > > Le 20 oct. 2021 à 15:43, Mariano Egurrola Díez > > mailto:me...@gmail.com>> a écrit :> > > > > > Hello ever

Re: AMQ Classic 15.5 (Windows)

2021-10-27 Thread Jean-Baptiste Onofre
Hi Shawn How do you start ActiveMQ ? If you use bin/activemq.bat script, wrapper is not used at all and JVM memory setup is done directly in ActiveMQ.bat (or included script). Regards JB > Le 26 oct. 2021 à 21:50, Shawn Trent a écrit : > > Hello, > Hoping someone may have a thought here on a