Re: SSL - Verify client certificates

2020-03-12 Thread Jean-Baptiste Onofre
Hi, I guess the missing part is the mutual authentication (validation of the client certificate). You need two things: 1. A truststore in the broker SSL context: 2. You need to enable the client need auth on the transport connector. For instance, for stomp: I will add this on website (it

SSL - Verify client certificates

2020-03-12 Thread chx
Hi, in the document there is one important instruction missing: https://activemq.apache.org/how-do-i-use-ssl /*Instruct ActiveMQ to require client authentication by setting the following in activemq.xml:*/ /- nothing -/ What is the instructio

Re: Support for BLOB types

2020-03-12 Thread David Martin
Hi Tobias, Is there a specific reason for needing BlobMessage support? If you just want to send binary messages, including very large ones, both BytesMessage and StreamMessage are supported. https://activemq.apache.org/components/artemis/documentation/latest/large-messages.html Dave VAT Regis

Support for BLOB types

2020-03-12 Thread Tobias.Wolf
I got the message on the broker side that "BLOB types are not supported yet", just wondering why? Is this a bug? I`m running on Windows 10 with JDK 1.8.xxx with latest activemq artemis version. 2020-03-10 13:55:29,822 WARN [org.apache.activemq.artemis.core.server] Errors occurred during the buf