Details
-
Type:
Improvement
-
Status: Closed
-
Priority:
Major
-
Resolution: Complete
-
Affects Version/s: 1.1.0.M2
-
Fix Version/s: 1.1.0.M3
-
Component/s: ENTERPRISE
-
Labels: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.