Re: setting up c++ client app using CMS using SSL client certificate auth

2013-03-14 Thread mikmela
It turned out that the PEM file that was configured as keystore didn't have a private key. So, to answer own question decaf::lang::System::setProperty( "decaf.net.ssl.trustStore", pathToClientTrustStoreInPemFormat); decaf::lang::System::setProperty( "decaf.net.ssl.keyStore", pathToClienteyStore

Re: setting up c++ client app using CMS using SSL client certificate auth

2013-03-14 Thread Timothy Bish
On 03/13/2013 08:15 PM, mikmela wrote: I'm having problem setting client app using ActiveMQ CMS with enabled client certificate auth. Someone already asked similar question http://activemq.2283324.n4.nabble.com/SSL-with-ActiveMQ-cpp-td4499106.html. I'm doing the following: activemq::library:

Re: Active MQ - Command Agent, is it possible to get a AverageEnqueueTime for a short period of time?

2013-03-14 Thread Christian Posta
Can you open a JIRA? That sounds like something good we can add. I don't think it exists right now. On Thu, Mar 14, 2013 at 12:07 AM, kamil wrote: > Hi Everyone, > I'm using the command agent and running a command such as ./activemq-admin > query -QQueue=MyQueue where MyQueue is the name of th

Re:Sending an object as a message - possible ?

2013-03-14 Thread SuoNayi
Yes, any serializable object can be the payload of ObjectMessage so you can use ObjectMessge to send any serializable objects to consumers. ObjectMessage introduces the Java serialization mechanism to serialize objects for producers and deserialize objects for consumers. You may be aware of the i

Sending an object as a message - possible ?

2013-03-14 Thread AMARNATH, Balachandar
Is it possible to send user defined objects as a message to the remote consumer instead of text message using activeMQ? Is this design makes sense as treating objects as a message? With thanks and regards Balachandar The information in this e-mail is confidential. The contents may not be di

Active MQ - Command Agent, is it possible to get a AverageEnqueueTime for a short period of time?

2013-03-14 Thread kamil
Hi Everyone, I'm using the command agent and running a command such as ./activemq-admin query -QQueue=MyQueue where MyQueue is the name of the queue I'm interested in to retrieve some queue data about it. One of the data it provides is the AverageEnqueueTime which I believe is the waiting time of