ActiveMQ
Page edited by Glen Mazza
Comment:
text cleanup
Changes (23)
h2. ActiveMQ Component
The ActiveMQ component allows m
Book Getting Started
Page edited by Glen Mazza
Comment:
Link back to main getting started page for more reading references (trying to avoid two pages of duplicate reading suggestions)
Changes (5)
Author: davsclaus
Date: Sat Sep 4 15:06:45 2010
New Revision: 992622
URL: http://svn.apache.org/viewvc?rev=992622&view=rev
Log:
CAMEL-2987: using jasypt with properties component to have encrypted values in
properties file.
Added:
camel/trunk/components/camel-jasypt/src/test/java/org/apach
Author: davsclaus
Date: Sat Sep 4 13:37:33 2010
New Revision: 992602
URL: http://svn.apache.org/viewvc?rev=992602&view=rev
Log:
CAMEL-2987: Jasypt based PropertiesParser to plugin to the Properties component
and have it be able to decrypt text on-the-fly.
Added:
camel/trunk/camel-core/src/
Author: davsclaus
Date: Sat Sep 4 13:05:45 2010
New Revision: 992593
URL: http://svn.apache.org/viewvc?rev=992593&view=rev
Log:
CAMEL-2987: Adding camel-jasypt as new component for having encrypted passwords
or the likes in properties file and whatnot.
Added:
camel/trunk/components/camel-ja