/thought about backporting, let me know
--abhijith
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
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
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
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
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
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
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