Fuse 6 is no longer supported
As of February 2025, Red Hat Fuse 6 is no longer supported. If you are using Fuse 6, please upgrade to Red Hat build of Apache Camel.Dieser Inhalt ist in der von Ihnen ausgewählten Sprache nicht verfügbar.
4.2. Example Camel ActiveMQ Component Configuration
Overview
Link kopierenLink in die Zwischenablage kopiert!
				This section describes how to initialize and configure a sample Camel ActiveMQ component instance, which you can then use to define ActiveMQ endpoints in a Camel route. This makes it possible for a Camel route to send or receive messages from a broker.
			
Prerequisites
Link kopierenLink in die Zwischenablage kopiert!
				The 
camel-activemq feature, which defines the bundles required for the Camel ActiveMQ component, is not installed by default. To install the camel-activemq feature, enter the following console command:
			JBossFuse:karaf@root> features:install camel-activemq
JBossFuse:karaf@root> features:install camel-activemqSample Camel ActiveMQ component
Link kopierenLink in die Zwischenablage kopiert!
				The following Spring XML sample shows a complete configuration of a Camel ActiveMQ component that has both SSL/TLS security and JAAS authentication enabled. The Camel ActiveMQ component instance is defined to with the 
activemqssl bean ID, which means it is associated with the activemqssl scheme (which you use when defining endpoints in a Camel route).
			Sample Camel route
Link kopierenLink in die Zwischenablage kopiert!
				The following Camel route defines a sample endpoint that sends messages securely to the 
security.test queue on the broker, using the activemqssl scheme to reference the Camel ActiveMQ component defined in the preceding example: