Glenn Macgregor wrote:
Hi all,
I have been through the fuse and apache docs for ServiceMix4, I am getting the
idea of it and am looking forward to understanding it better.
As of now I am looking to stick with OSGi, not using JBI at all since I am new
and want to start with SMX4, is this a valid statement, does it make sense?
yeah, it's valid statement, and you can freely choose use JBI layer or not.
Also, I am looking to create a proof of concept that simply builds an OSGi
bundle which contains a simple xml configuration for reading a file from a
location, putting that file on an activemq queue and having another component
read the queue and write the file to a different location on disk.
After reading all the documentation, I am now trying to make that happen...but
stuck on the first step. How do I run maven to create the right bundle template?
take a look the example bundles shipped with servciemix 4 features kit,
and take one as your template is a good start.
Once I get this going I am sure I will have more questions through out this
process.
Thanks
Glenn