Hi Priya,

ActiveMQ doesn't directly support message-level encryption.    I consider
this to be in the application domain. For example, we currently do message
levelencryption/decrpytion of the body of messages for some of our
applications using openssl call directly in the clients (python).  You
should be able to do similar in the language of your choice.

Also look at <
http://opensourceknowledge.blogspot.com/2009/02/camel-dataformat-that-facilitates.html>
for an example of using camel to do transparent XML encryption/decryption.
this could be easily embedded inside your activemq process to transparently
encrypt/decrypt on entering/exiting the network of brokers.

cheers,

James.
--

2009/9/30 myspri <mys...@yahoo.com>

>
> Can anyone help on this one?
>
> Thanks,
> priya
>
>
> myspri wrote:
> >
> > Hello,
> >          We are using ActiveMQ 5.2. I would like to know how to set up
> > message level encryption in ActiveMQ 5.2. I could see docs on setting up
> > SSL (transport level security) but don't see any information on setting
> up
> > message level encryption. Is it possible to do it with ActiveMQ? I am
> > relatively new to JMS and ActiveMQ.
> >
> > Thanks.
> >
>
> --
> View this message in context:
> http://www.nabble.com/Setting-up-Message-level-encryption-tp25671883p25689290.html
> Sent from the ActiveMQ - User mailing list archive at Nabble.com.
>
>

Reply via email to