You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@activemq.apache.org by vweng <vi...@gmail.com> on 2006/05/14 00:33:44 UTC

encrypted object message

Does anyone know if activemq has inherent support for message encryption? We
had a cerntain situation that need the durable queue or topic to be
encrypted (so that nobody could figure out the content if they hacked into
the jms host). Ideally the key for encryption should NOT be stored on the
jms host.

thanks!
Victor
--
View this message in context: http://www.nabble.com/encrypted-object-message-t1614266.html#a4376018
Sent from the ActiveMQ - Dev forum at Nabble.com.


Re: encrypted object message

Posted by James Strachan <ja...@gmail.com>.
On 5/13/06, Hiram Chirino <hi...@hiramchirino.com> wrote:
> You could you use standard PKI and encript the message before your
> send it using the JMS API.

Or we could add a hook to automatically encrypt/decrypt messages for
you in the same way we can automatically gzip/unzip stuff

James

> On 5/13/06, vweng <vi...@gmail.com> wrote:
> >
> > Does anyone know if activemq has inherent support for message encryption? We
> > had a cerntain situation that need the durable queue or topic to be
> > encrypted (so that nobody could figure out the content if they hacked into
> > the jms host). Ideally the key for encryption should NOT be stored on the
> > jms host.
> >
> > thanks!
> > Victor
> > --
> > View this message in context: http://www.nabble.com/encrypted-object-message-t1614266.html#a4376018
> > Sent from the ActiveMQ - Dev forum at Nabble.com.
> >
> >
>
>
> --
> Regards,
> Hiram
>


-- 

James
-------
http://radio.weblogs.com/0112098/

Re: encrypted object message

Posted by Hiram Chirino <hi...@hiramchirino.com>.
You could you use standard PKI and encript the message before your
send it using the JMS API.

On 5/13/06, vweng <vi...@gmail.com> wrote:
>
> Does anyone know if activemq has inherent support for message encryption? We
> had a cerntain situation that need the durable queue or topic to be
> encrypted (so that nobody could figure out the content if they hacked into
> the jms host). Ideally the key for encryption should NOT be stored on the
> jms host.
>
> thanks!
> Victor
> --
> View this message in context: http://www.nabble.com/encrypted-object-message-t1614266.html#a4376018
> Sent from the ActiveMQ - Dev forum at Nabble.com.
>
>


-- 
Regards,
Hiram