Re: Dlq for unmatching filteredDestination messages?

2013-09-07 Thread Christian Posta
Actually, I encourage you to take a look at the new camel component Rob Davies wrote: Apache Camel Broker Component for ActiveMQ 5.9 http://rajdavies.blogspot.com/2013/09/apache-camel-broker-component-for.html?spref=tw You should be able to do this with camel+activemq quite nicely now. On Fri,

Re: Activemq Camel MongoDB connection

2013-09-07 Thread Christian Posta
Probably better to ask this on the Camel mailing list. But before you do, figure out exactly what your question is and explain what you've tried and what didn't work (ie, exceptions? ) On Fri, Sep 6, 2013 at 4:25 PM, vatsal12 wrote: > Hi, > > I am newbie with ActiveMQ and configurations. > > I

Activemq Camel MongoDB connection

2013-09-07 Thread vatsal12
Hi, I am newbie with ActiveMQ and configurations. I am trying to connect Mongodb via camel route and insert operation by using this component. http://camel.apache.org/mongodb.html Can anyone please guide me how to proceed with that. Configuration that i tried: Activemq Camel Mongodb

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

2013-09-07 Thread Timothy Bish
On 09/07/2013 08:00 AM, yuanbatou wrote: Thank you very much for your reply. I exported a certificate from broker's keystore and converted it to pem format using the following command: $ keytool -importkeystore -srckeystore broker.ks -destkeystore broker_cert.p12 -srcstoretype jks -deststo

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

2013-09-07 Thread yuanbatou
Thank you very much for your reply. I exported a certificate from broker's keystore and converted it to pem format using the following command: $ keytool -importkeystore -srckeystore broker.ks -destkeystore broker_cert.p12 -srcstoretype jks -deststoretype pkcs12 $ openssl pkcs12 -in broke