Backporting host verification support to 5.6.0

2018-09-19 Thread Abhijith PA
/thought about backporting, let me know --abhijith

Backporting host verification support to 5.6.0

2018-09-17 Thread Abhijith PA
release is not present in 5.6. Does someone tried/thought about backporting, let me know :) - --abhijith -BEGIN PGP SIGNATURE- iQIzBAEBCgAdFiEE7xPqJqaY/zX9fJAuhj1N8u2cKO8FAlufyf0ACgkQhj1N8u2c KO9H/g//X8OqI9ortKEQ91sGqJZ4/EB9XW2DfAkwlkQdhvT3KeYAWp0my9g6dHxH 2a4Hu9Hv91G5AhZ1XzC41SKl6Om9tgn1E+sO

Re: Build activemq-artemis

2017-05-11 Thread Prabhakar, Abhijith
ld be declared there in the Pom. Did it stop working ? On Thu, May 11, 2017 at 10:40 AM Prabhakar, Abhijith < topcoderabhij...@gmail.com> wrote: Hi all, I have checked out artemis repository(https://github.com/apache/activemq-artemis/) and trying to run "mvn -Prelease install" on it

Build activemq-artemis

2017-05-11 Thread Prabhakar, Abhijith
Hi all, I have checked out artemis repository(https://github.com/apache/activemq-artemis/) and trying to run "mvn -Prelease install" on it. But the build fails with below error. I searched for this artifact in maven central, but could not find it(https://search.maven.org/#search%7Cga%7C1%7

Re: [Artemis] Bug in ServerLocatorImpl.createSessionFactory()

2016-05-16 Thread abhijith
Not concerned about performance as it can be handled by using persistent connections. It is only the initial handshake which takes time, which is acceptable during boot up time. It is the management of keys and other resources required to do TLS. By using proxy server, we can centralize certifi

Re: [Artemis] Bug in ServerLocatorImpl.createSessionFactory()

2016-05-16 Thread abhijith
Sorry! I don't really follow. Its a HA cluster where we always want client to communicate to brokers via TLS. Its not an issue for broker to broker communication. Its an issue when client tries to communicate with broker. I have followed replicated-failback-static example given here(https://git

Re: [Artemis] Bug in ServerLocatorImpl.createSessionFactory()

2016-05-16 Thread abhijith
SSL offloading is the most common use case for fronting with proxy. client ---TLS---> Proxy/Reverse-Proxy(ssl-offload) ---TCP--> Artemis broker. Unless you are using a container like tomcat/jboss to deploy the apps, above setup is pretty common. It also helps to have non-tls communication with

[Artemis] Bug in ServerLocatorImpl.createSessionFactory()

2016-05-14 Thread abhijith
Hi, I think there is a bug in ServerLocatorImpl.createSessionFactory() method. Issue is that if factory.connect(initialConnectAttempts, failoverOnInitialConnection) is successful, it is always assumed that client should be able to download Cluster Toplogy. This might not be the case for any brok