mirror of
https://github.com/apache/activemq.git
synced 2025-02-13 13:36:07 +00:00
Fixes CAMEL-10226: camel-jms ignores connection pool settings in spring-boot deployment.
This commit is contained in:
parent
a35371d880
commit
7216322ef9
@ -297,4 +297,13 @@ public class ActiveMQComponent extends JmsComponent implements EndpointCompleter
|
||||
}
|
||||
return answer;
|
||||
}
|
||||
|
||||
/**
|
||||
* We don't want to ever auto-wire the connection factory from the spring app context.
|
||||
* @return false
|
||||
*/
|
||||
public boolean getAllowAutoWiredConnectionFactory() {
|
||||
return false;
|
||||
}
|
||||
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user