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
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
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)
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
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
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
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
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
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
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
10 matches
Mail list logo