Using Encrypted Property Placeholders for ActiveMQ SSL passwords

2017-12-05 Thread MillieretXavier
Hi all, I use activeMq 5.12.3 inside Karaf 3.0.7 I try to encrypt the password inside the sslcontext into activemq.xml I follow several links, like: http://activemq.apache.org/encrypted-passwords.html a the RedHat's solution: https://access.redhat.com/solutions/742423 https://issues.jboss.org/se

Re: Truststore on the fly

2017-11-27 Thread MillieretXavier
Hi all, I found an resolve my problem, so I shared the solution! The goal is load again the server when we add a private key inside the keystore. I used the OSGI mechanism on the update configuration file. This event stop the server and start again with new config file and so new all keys inside

Re: Truststore on the fly

2017-11-23 Thread MillieretXavier
I did a mistake on my question, it's not the trusstore but my keystore with my certificate chain -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Truststore on the fly

2017-11-23 Thread MillieretXavier
Hi all, ActiveMq 5.12.3 Karaf 3.0.7 A question about truststore in activeMq. In my application I add some certificate (amqp client) on the fly inside activemq truststore. I saw activemq take into account certificates from trusstore at the startup, but not refresh, I must restart karaf (or the serv

Re: jaasAuthenticationPlugin ans sslContext in karaf

2017-11-22 Thread MillieretXavier
Hi all, more precision. For there is a bug when we use my configuration. I used the latest activeMq 5.15.2 I put my netbeans in debug mode. Inside the JaasCertificateAuthenticationBroker class, on addConnection the info.getTransportContext() return null, will a X509Certificate[] is expected. I a

Re: jaasAuthenticationPlugin ans sslContext in karaf

2017-11-22 Thread MillieretXavier
Hi Tim, I have more explanation but not the solution!!! I found this bug: https://issues.jboss.org/browse/ENTMQ-1154 it's the same behavior for my point. I use (for my test) only activemq 5.15.1 (the latest 5.15.2 zip file is corrupt!) in standalone (without Karaf) I reproduce the issue! I use q

Re: jaasAuthenticationPlugin ans sslContext in karaf

2017-11-21 Thread MillieretXavier
You right I try to have cert-based authentication for AMQP and password-based authentication for OpenWire Here my logs (DEBUG) just before a connection I would like to clarify that without the plugin jaasAuthenticationPlugin, it's works for a ssl connection. Like, if I put the pulgin, the sslconte

Re: jaasAuthenticationPlugin ans sslContext in karaf

2017-11-21 Thread MillieretXavier
Hi all, Anybody have an idea? -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Re: jaasAuthenticationPlugin ans sslContext in karaf

2017-11-20 Thread MillieretXavier
Thx Tim, So 1. I follow this link http://docs.huihoo.com/fuse/esb/4.4/amq_security/Auth-JAAS-DualAuthentPlugin.html perhaps I am wrong??? 2. To add precision, I run karaf 3.0.7, and inside activemq 5.12.3. My goal is perhaps stupid, having a openwire without ssl (because wait only on localhost),

jaasAuthenticationPlugin ans sslContext in karaf

2017-11-20 Thread MillieretXavier
Hi all, I use activeMq 5.12.3 embedded in karaf. I would like two connectors, one for openwire, and one for amqps here my activemq.xml (configuration) http://www.springframework.org/schema/beans"; xmlns:amq="http://activemq.apache.org/schema/core"; xmlns:xsi="http://www.w3.org/2001/XMLSch

Re: Sasl authentication mechanisme

2017-10-27 Thread MillieretXavier
Hi Tim, Thx for your answer. Regards -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

Sasl authentication mechanisme

2017-10-23 Thread MillieretXavier
Hi all, I have a question about the authentication mechanisme, I use Activemq 5.12.3 with Karaf. I need an authentication between two application, I saw the handshake mechanism for the autentication based on SASL. ActiveMq can do only ANONYMOUS, or PLAIN TEXT (for my version). My question is: the

Re: ActiveMq and Karaf

2017-09-14 Thread MillieretXavier
Hi JB, Thx a lot Regards -- Sent from: http://activemq.2283324.n4.nabble.com/ActiveMQ-User-f2341805.html

ActiveMq and Karaf

2017-09-14 Thread MillieretXavier
Hi all, Do we hava a matrix compatibility file between karaf version and activeMq for karaf ? I explain, I use karaf 3.0.7 and I try to upgrade my activeMq from 5.12.3 to 5.15.0, but unfortunatly, I have the following error: Error executing command: Can't install feature activemq-broker-noweb/0.

Re: ActiveMq 5.11

2015-01-15 Thread MillieretXavier
Thanks Tim, for the answer. -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMq-5-11-tp4689918p4689944.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

ActiveMq 5.11

2015-01-14 Thread MillieretXavier
Hi all, Do you know when the next release will be available (5.11)? Regards -- View this message in context: http://activemq.2283324.n4.nabble.com/ActiveMq-5-11-tp4689918.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Re: Filtering message with Qpid Proton reciever

2014-11-26 Thread MillieretXavier
Hi all, any helper?? please -- View this message in context: http://activemq.2283324.n4.nabble.com/Filtering-message-with-Qpid-Proton-reciever-tp4687359p4688017.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Filtering message with Qpid Proton reciever

2014-11-12 Thread MillieretXavier
Hi all, I am a user of activemq 5.9, and CMS to send:reply message, It's working fine. So now I want to send and receive message but with amqp protocol, I would like to use qpid proton (0.8) and do the same things, like CMS filtering message on the correlationId, or another string. I read this: ht

ActiveMq 5.9.1 for Karaf

2014-04-16 Thread MillieretXavier
Hi All, When I use the new release 5.9.1 in karaf, and I try to install the activemq-web-console feature, I have the following error: Caused by: java.lang.ClassNotFoundException: javax.xml.stream.XMLStreamException not found by org.apache.activemq.activemq-web-console ... ... Thx for help Rega

Re: CMS libs under Linux is very high

2014-01-09 Thread MillieretXavier
yes, sure, but why under windows, the library in only of 3 Mo ? -- View this message in context: http://activemq.2283324.n4.nabble.com/CMS-libs-under-Linux-is-very-high-tp4676102p4676147.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

CMS libs under Linux is very high

2014-01-08 Thread MillieretXavier
Hi all, I am using the cms activemq library, in my porjet, and I have the following problem: under windows my own library has 3 Mo size And on the linux os, the size growing up at 14 Mo, so why ? and how have the minus library size ? using the strip command to remove all debug symbols from the li

Re: size lib cms

2013-12-13 Thread MillieretXavier
Hi, No effect with the strip command line ! ( we compile, with no debug information, release mode) and the size is a big problem in my context, do you have another idea ? do you have the same problem ? perhaps it's a compilation directive in my project ? -- View this message in context: http:/

size lib cms

2013-12-05 Thread MillieretXavier
Hi all, I am using the cms activemq library, in my porjet, and I have the following problem: under windows my own library has 3 Mo size And on the linux os, the size growing up at 14 Mo, so why ? and how have the minus library size ? Thanks a lot -- View this message in context: http://activ

Re: Segmentation fault after ActiveMQCPP::shutdownLibrary()

2013-12-03 Thread MillieretXavier
Hi Tim, thanks for your answer, I will check, and give you my feedback XM -- View this message in context: http://activemq.2283324.n4.nabble.com/Segmentation-fault-after-ActiveMQCPP-shutdownLibrary-tp4675017p4675078.html Sent from the ActiveMQ - User mailing list archive at Nabble.com.

Segmentation fault after ActiveMQCPP::shutdownLibrary()

2013-12-02 Thread MillieretXavier
I have a problem on CMS library. When I invoke the ActiveMQCPP::shutdownLibrary(), I have the following error: Segmentation fault decaf::lang::Exception::buildMessage (this=0x3570c8, format=0xab99fe35 "Failed to Lock OS Mutex" . in my code, I think I did the right things, like: if( connection

RE: activemq-osgi 5.9.0

2013-11-05 Thread MillieretXavier
et me take a look on that. I keep you posted. Regards JB On 10/31/2013 11:07 AM, MillieretXavier wrote: > Hi all, > > I used activemq-osgi 5.8.0 in karaf container 2.3.1, in my project, but > after testing this on windows server 2012, I saw that this couple of version > doesn't w

RE: activemq-osgi 5.9.0

2013-11-04 Thread MillieretXavier
posted. Regards JB On 10/31/2013 11:07 AM, MillieretXavier wrote: > Hi all, > > I used activemq-osgi 5.8.0 in karaf container 2.3.1, in my project, but > after testing this on windows server 2012, I saw that this couple of version > doesn't work on this OS. After making res

activemq-osgi 5.9.0

2013-11-01 Thread MillieretXavier
Hi all, I used activemq-osgi 5.8.0 in karaf container 2.3.1, in my project, but after testing this on windows server 2012, I saw that this couple of version doesn't work on this OS. After making research, I upgraded my activemq-osgi version 5.8.0 -> 5.9.0, (lauching with activemq-broker-noweb) Now