I have been working with ServiceMix for about two weeks. It looks promising for our application so thanks for all the work. I am putting together a presentation for a project proposal and have a few design/architecture questions. If you have some opinion, I would appreciate any feedback.
I have developed a component to send ActiveMQ Blob Messages using the servicemix-bean base component. The component receives a message from FTP File Poller and then creates a AMQ BlobMessage and sends using AMQ connectionFactory configured in bean. On the receiving side I am using standard JMS consumer and custom marshaler to write the file to the local file system. I have a few questions around this topic. 1. When developing components using servicemix-bean is there a distinction between binding component and service engine? 2. My component would typically be considered a binding component (I think?). Is this accurate even though it is developed as bean component? Site documents servicemix-bean as a service engine component. 3. When would someone decide to create a full-fledged binding component (such as hello world BC in tutorial) instead of using service-mix bean -- View this message in context: http://www.nabble.com/New-User-Design-Question-tp23279581p23279581.html Sent from the ServiceMix - User mailing list archive at Nabble.com.
