Interface AMQP10JMSConnectionFactoryCustomizer
- Functional Interface:
- This is a functional interface and can therefore be used as the assignment target for a lambda expression or method reference.
Functional interface that allows for user overrides of the configured options
for the Qpid JMS
JmsConnectionFactory to be created by this starter.-
Method Summary
Modifier and TypeMethodDescriptionvoidcustomize(org.apache.qpid.jms.JmsConnectionFactory factory) Customize the Qpid JMSJmsConnectionFactory.
-
Method Details
-
customize
void customize(org.apache.qpid.jms.JmsConnectionFactory factory) Customize the Qpid JMSJmsConnectionFactory.- Parameters:
factory- the Qpid JMSConnectionFactoryto customize
-