LibraryToggle FramesPrintFeedback

This tutorial part builds on Tutorial I: SSL/TLS Security and Tutorial II: JAAS Authentication. All of the prerequisites from Prerequisites apply here and you must complete the previous tutorial parts before proceeding.

Edit the broker-spring.xml file in the src/main/resources/META-INF/spring directory of your Maven project and add the following bean definitions, which configure the Camel ActiveMQ component:

This configuration defines the secure activemqs component, which you can now use to define endpoints in your Fuse Mediation Router routes. The activemqs bean references jmsConfig, which configures the the component. The jmsConfig bean in turn references a chain of JMS connection factories: the pooled connection factory wrapper, pooledConnectionFactory, which is important for performance; and the secure connection factory, jmsConnectionFactory, which is capable of creating secure connections to the broker.

Comments powered by Disqus