Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Fixed
-
Java-SCA-2.x
-
None
Description
There are limitations to how binding.jms can be extended. For example, in JMSResourceFactoryImpl.java (contained in the binding-jms-runtime module), there is a hard dependency on "org.apache.activemq.jndi.ActiveMQInitialContextFactory". This shouldn't be required for extensions which wish to pick up the runtime module but implement their own Resource Factory implementation which doesn't use ActiveMQ. (This also creates a dependency on ActiveMQ in the pom).