L.S.,
Those sound like really nice additions for Apache ServiceMix - a lot of our user are probably interacting with database and jms queues on a daily basis during their development efforts. We probably have to look into a good way of securing these things in production systems, but for development and probably even testing, they should be very useful, so I think they would be a very nice new feature for Apache ServiceMix 4.5.0 Regards, Gert Vanthienen ------------------------ FuseSource Web: http://fusesource.com Blog: http://gertvanthienen.blogspot.com/ On Thu, Jan 19, 2012 at 11:24 AM, Christian Schneider < [email protected]> wrote: > Hi, > > as part of my Apache Karaf Tutorial about database access I have written > some handy Karaf shell commands for databases. > They are described with screen dumps in my Tutorial > http://www.liquid-reality.de/**x/LYBk<http://www.liquid-reality.de/x/LYBk>. > The code is on github: https://github.com/cschneider/** > Karaf-Tutorial/tree/master/db/**command<https://github.com/cschneider/Karaf-Tutorial/tree/master/db/command> > > Especially for embedded databases like derby and h2 I missed a simple > access to the database for a long time. So I think these commands could be > interesting for many developers. > Those commands might fit nicely into the scope of servicemix as they > support integration developers. > > I am also planning to add a command set for jms that works in a similar > way: > > jms:select -> select ConnectionFactory to use > jms:create-dest -> create destination > jms:delete-dest -> delete destination > jms:list -> list destinations > jms:browse -> browse queue > jms:send -> send message > jms:move -> move a message from one dest to another > jms:listen -> Watch live messages > > So what do you think? > > Christian > > -- > Christian Schneider > http://www.liquid-reality.de > > Open Source Architect > Talend Application Integration Division http://www.talend.com > >
