Re: Rfresh org.apache.activemq.broker.SslContext from disk/jks content

2016-02-26 Thread hermans
ok, thanks for the answer Tim. I'll do it. Hermano -- View this message in context: http://activemq.2283324.n4.nabble.com/Rfresh-org-apache-activemq-broker-SslContext-from-disk-jks-content-tp4698040p4708436.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Rfresh org.apache.activemq.broker.SslContext from disk/jks content

2016-02-25 Thread Tim Bain
You may get a better response about whether anyone plans to work on this from the dev mailing list. But there's a good chance that no one has plans to implement the feature, but if you felt like implementing it yourself and contributing the code we'd gladly take the contribution (and from that poi

Re: Rfresh org.apache.activemq.broker.SslContext from disk/jks content

2016-02-25 Thread hermans
Hi all, I am focused on this issue. Do you have any plans to release the improvement? ( AMQ-5867 ) Thanks Hermano -- View this message in context: http://activemq.2283324.n4.nabble.com/Rfresh-org-apache-activemq-broker-SslContext-from-disk-jk

Re: Rfresh org.apache.activemq.broker.SslContext from disk/jks content

2015-06-29 Thread matteor
Issue created. m -- View this message in context: http://activemq.2283324.n4.nabble.com/Rfresh-org-apache-activemq-broker-SslContext-from-disk-jks-content-tp4698040p4698319.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Rfresh org.apache.activemq.broker.SslContext from disk/jks content

2015-06-25 Thread matteor
Thank you for the answers: it is clear now. I'll create the enhancement request in JIRA and I'll try to implement what Gary suggests. Many thanks, matteo -- View this message in context: http://activemq.2283324.n4.nabble.com/Rfresh-org-apache-activemq-broker-SslContext-from-disk-jks-content-tp

Re: Rfresh org.apache.activemq.broker.SslContext from disk/jks content

2015-06-25 Thread Tim Bain
Matteo, if you'd like to be able to do this (in a future version of ActiveMQ), I encourage you to submit an enhancement request in JIRA, including Gary's description of approximately what would be required to implement it. On Jun 25, 2015 4:40 AM, "Gary Tully" wrote: > it is a limitation. the thr

Re: Rfresh org.apache.activemq.broker.SslContext from disk/jks content

2015-06-25 Thread Gary Tully
it is a limitation. the thread local allows the different connectors to find the brokers context, so that network connector and discovered transports can find an appropriate context. This makes it simple to configure (broker wide) but difficult to modify and difficult to have per endpoint ssl optio