Re: Warning, Transport ... failed, not attempting to automatically reconnect?

2024-10-21 Thread TheNexusMarketingGroup ...
I am trying to setup my mail servers correctly, pretty much trial and error method at this point. If you have any helpful information to put me on the right path, I would appreciate it Thank youOn Monday, October 21, 2024 at 11:41:08 AM EDT, Matt Pavlovich wrote: Additional info— there

Re: SSL verification check

2024-10-21 Thread Matt Pavlovich
Hi John- Yes, you can do this with a little code stubbing for your unit test. WARNING: Do not ship any of these dummy test classes to production or other operational environments. 1. Create a dummy ssl socket factory class 2. Create a test class that extends the ActiveMQ LDAPLoginModule and ove

Re: Warning, Transport ... failed, not attempting to automatically reconnect?

2024-10-21 Thread Matt Pavlovich
Additional info— there is a new configuration flag displayStacktrace (default: false) that will suppresses the stack trace in the log that was introduced before your reported version of v5.18.3. Check your configuration to be sure you do not have this flag enabled on your transportConnector(s)

Re: Warning, Transport ... failed, not attempting to automatically reconnect?

2024-10-21 Thread Matt Pavlovich
Hi- This error looks to be caused by zero bytes being sent across the wire, which is unexpected and leads to the EOFException to be thrown and then logged at a WARN level on the broker-side. Does your broker have a load balancer, health check or security scanner running against the ActiveMQ b

RE: VirtualSelectorCacheBrokerPlugin - expiration of selectors ?

2024-10-21 Thread CASAUX Nicolas
Hello Matt, Thanks for your answer. However, I'm not able to reproduce what you suggests or I maybe misunderstood something. Here is my test procedure: If a consumer: 1. subscribes to the queue "Consumer.consumer01.VirtualTopic.invoices" with selector "k1=v1" and ClientID "myClient" 2. discon

Re: VirtualSelectorCacheBrokerPlugin - expiration of selectors ?

2024-10-21 Thread Matt Pavlovich
Hi Nicolas- The selector is cached from first consumer registration until it is replaced by a new consumer registration. The selector is also written to disk so it will become active on broker restart, so there is no loss between broker startup and consume connecting. The selector will be acti

Warning, Transport ... failed, not attempting to automatically reconnect?

2024-10-21 Thread rop
We are running an application using ActiveMQ (currently, version 5.18.3) with multiple queues and listeners since several years. Has worked fine, so far --- only, in the last week we are sometimes seeing Warnings like this in the log-files: 2024-10-18 14:23:07,844 [ActiveMQ Transport: tcp:///1

VirtualSelectorCacheBrokerPlugin - expiration of selectors ?

2024-10-21 Thread CASAUX Nicolas
Hello ! I have a question regarding the VirtualSelectorCacheBrokerPlugin mentioned here : https://activemq.apache.org/components/classic/documentation/virtual-destinations If a consumer follows those actions in order: 1. subscribes to a queue "Consumer.consumer01.VirtualTopic.invoices" wit

Re: SSL verification check

2024-10-21 Thread Domenico Francesco Bruscino
Hi John, I don't think you can disable SSL certificate verification checks in LDAPLoginModule but you could use a tool like stunnel to forward you SSL traffic disabling certificate verification checks. Regards, Domenico On Mon, 21 Oct 2024 at 10:54, John, Richard wrote: > Good morning. > > Is

SSL verification check

2024-10-21 Thread John, Richard
Good morning. Is it possible to disable SSL certificate verification checks (just for test purposes) - specifically the checks against SANs in the certificate - for LDAPS calls via the LDAPLoginModule? Thanks Capgemini is a trading name used by the Capgemini G