I've now enabled the JMS binding in the modules/pom.xml so that it gets build/tested regularly. It still has limited functionality compared to the JMS Binding spec but does what I need it to for the time being. I've started documenting the module here ( http://cwiki.apache.org/confluence/display/TUSCANY/SCA+Java+binding.jms) where I've made a note of which bits of the configuration are active. I intend to add more function as I need it but if anyone else wants to extend it then please feel free.
The test environment currently has a dependency on ActiveMQ 4.1.1. Ideally I'd like to user 4.2. as this has been more stable for me (4.1.1 gives and error on shutdown) and provides a useful api for waiting until shutdown is complete. 4.2. is only available as a snapshot at the moment. What is our policy on referencing snapshots in the main build? Regards Simon
