Re: SSL using existing cert

2021-03-29 Thread Jean-Baptiste Onofre
Hi, Broker side, you can define the ssl context directly in activemq.xml where you define the keystone. If you don’t need mutual authentication with SSL, you don’t need the trust store, just the keystone. Just use the regular keygen tool to create a regular certificate (not necessary self sig

SSL using existing cert

2021-03-29 Thread Justin Taylor
I need to have my ActiveMQ use SSL, with a certificate that I already have. I must be misunderstanding something, because it looks to me like the docs are talking about creating a new, self-signed certificate (https://activemq.apache.org/how-do-i-use-ssl). That's not something I can do. I ha

Re: send message

2021-03-29 Thread Clebert Suconic
This example here is working with JMS: https://github.com/apache/activemq-artemis/blob/fe3851ff6d243cc0b58872c5431646fbeb410b41/examples/features/standard/large-message/src/main/java/org/apache/activemq/artemis/jms/example/LargeMessageExample.java Basically, instead of passing a BufferedInputStr