Details
-
Improvement
-
Status: Closed
-
Major
-
Resolution: Complete
-
1.1.0.M2
-
None
Description
Currently in Spring Integration JMS adapter/gateway could be bootstrapped with either JmsTemplate or ConnectionFactory.
jms setup --provider ACTIVEMQ_IN_MEMORY command defines ConnectionFactory as inner bean of JmsTemplate, which only works for 50% of the SI use cases. I would like to avoid creating Spring Integration specific JMS setup if all I need is AMQ libraries and ConnectioinFactory or JmsTemplate and could easily use existing command.