hawtio - modular

2013-10-17 Thread aedwards
Hey guys, there doesn't seem to be a forum for hawtio, so figured this is as good place as any to discuss. Let me know if there's a better spot. I currently have a custom grails web application fronting camel, spring batch and some other tools. This app is a little purpose specific at the moment

Re: logging to different (dynamic) appenders

2013-07-03 Thread aedwards
A cleaner approach might be to use something like the sifting appender from logback to send the logs to different files (or whatever your requirement is) based on MDC variables that Camel sets. http://logback.qos.ch/manual/appenders.html#SiftingAppender http://camel.apache.org/mdc-logging.html

Re: Looking for example init.d script for starting a camel-based application on system boot

2012-08-05 Thread aedwards
sorry about the late reply. Here is a script i've used before which does what you're looking for. https://github.com/abedwardsw/samples/blob/master/scripts/springc-initd -- View this message in context: http://camel.465427.n5.nabble.com/Looking-for-example-init-d-script-for-starting-a-camel-b

Re: PGP encryption inside a camel route

2011-10-16 Thread aedwards
I also had the same requirement for PGP. I added a new data format within the camel-crypto component. Please have a look, this is my first patch https://issues.apache.org/jira/browse/CAMEL-4549 -- View this message in context: http://camel.465427.n5.nabble.com/PGP-encryption-inside-a-cam

Re: ProducerTemplate batch commits?

2011-10-04 Thread aedwards
I am using ActiveMQ. Same, also interested on the consuming side. But the more urgent one for me is producing at the moment. The link doesn't work for me, get this guinee pig show up. ;-) Is it released under Apache license? have they considered donating it back? -- View this message in cont

ProducerTemplate batch commits?

2011-10-04 Thread aedwards
Hi all, Using Camel 2.8.1 I am using a POJO producing bean to publish messages. http://camel.apache.org/pojo-producing.html This all works well. However I occasionally have significant volume (approximately 600k in my case). Due to the high volume, I am doing some performance testing.

Re: camel-web contexts

2011-09-26 Thread aedwards
I know this is late on this post... but This would be a nice feature. Curious if there has been any progress? Also, another really great feature would be if the camel-web application could use the jmx endpoints to communicate with camel-contexts so that the web application could be deployed sepa