Re: Separate trust and key stores for each connector

2020-03-26 Thread Jędrzej Dudkiewicz
On Thu, Mar 26, 2020 at 1:27 PM brusdev wrote: > > Hi Jędrzej, > > Artemis allows separate key store and trust store for each netty acceptor[1] > (in ActiveMQ terminology, they are called transport connectors [2][3]), ie: Thank you, I assume that there is no way to do it in ActiveMQ? JD > >

Re: Separate trust and key stores for each connector

2020-03-26 Thread brusdev
Hi Jędrzej, Artemis allows separate key store and trust store for each netty acceptor[1] (in ActiveMQ terminology, they are called transport connectors [2][3]), ie: tcp://localhost:61617?sslEnabled=true&keyStorePath=/keyStorePath1&trustStorePath=/trustStorePath1 tcp://localhost:61618?sslEn

Re: Separate trust and key stores for each connector

2020-03-26 Thread Jędrzej Dudkiewicz
Sorry for... necromailing? but does this problem has any solution if either Artemis or ActiveMQ? On Tue, Mar 10, 2020 at 8:25 PM Jędrzej Dudkiewicz wrote: > > ActiveMQ 5.x - but if same plugin can be used in both, there is a > chance I could use Artemis. Sorry for the confusion. > > JD > > On Tue

Re: Separate trust and key stores for each connector

2020-03-10 Thread Jędrzej Dudkiewicz
ActiveMQ 5.x - but if same plugin can be used in both, there is a chance I could use Artemis. Sorry for the confusion. JD On Tue, Mar 10, 2020 at 8:00 PM Justin Bertram wrote: > > Are you asking about ActiveMQ 5.x or ActiveMQ Artemis? > > > Justin > > On Tue, Mar 10, 2020 at 12:53 PM Jędrzej Dud

Re: Separate trust and key stores for each connector

2020-03-10 Thread Justin Bertram
Are you asking about ActiveMQ 5.x or ActiveMQ Artemis? Justin On Tue, Mar 10, 2020 at 12:53 PM Jędrzej Dudkiewicz < jedrzej.dudkiew...@gmail.com> wrote: > Is it possible to use separate key store and trust store for each > connector? In fact I need only two connectors, each with separate > setu

Separate trust and key stores for each connector

2020-03-10 Thread Jędrzej Dudkiewicz
Is it possible to use separate key store and trust store for each connector? In fact I need only two connectors, each with separate setup. I'd like to avoid installation of another broker, but if first option is not available, then what is the easiest way to forward messages from one broker to anot