Re: Going from ‘camel-rabbitmq’ to custom messaging class

2018-10-09 Thread Claus Ibsen
Hi Oh you can maybe write a custom camel component with that custom bean thing of yours. The sender sider is usually a bit easier than the receiver side, not sure how your custom bean does that, but maybe it has some listener or something. If you write a custom camel component, you can use it in

Re: : No CamelContext defined yet so cannot inject into bean: or

2018-10-09 Thread Claus Ibsen
Hi What version of Camel do you use? And what version of Spring Boot? And a good idea is to look at the existing camel spring-boot examples and see if they do something other than you. https://github.com/apache/camel/tree/master/examples#examples On Mon, Oct 8, 2018 at 11:43 AM Wang Yan wrote:

Re: SSLContextParameters value injection with a static method invocation

2018-10-09 Thread Onder SEZGIN
Okay, using and injecting camelContext to it helped me. Thanks. On Tue, Oct 9, 2018 at 11:55 AM Onder SEZGIN wrote: > Hi, > > I have sslContextParameters as below as an example. > >id="sslContextParameters"> > keyPassword="{{ssl.keymanager.pass}}"> >

SSLContextParameters value injection with a static method invocation

2018-10-09 Thread Onder SEZGIN
Hi, I have sslContextParameters as below as an example. and i have the requirement that those {{ssl.keymanager.pass}} and {{ssl.keystore.pass}} values which are stored in an encrypted format. And i want to decrypt them and then inject their values to password attributes