Uploaded image for project: 'ActiveMQ Classic'
  1. ActiveMQ Classic
  2. AMQ-4432

Validate camel context within activemq.xml in karaf

    XMLWordPrintableJSON

Details

    Description

      Validate use case in xml config as follows:

      
      

      <beans>
      <broker xmlns="http://activemq.apache.org/schema/core"
      brokerName="${broker-name}"
      dataDirectory="${data}"
      start="false" />
      ...
      <camelContext id="camel" xmlns="http://camel.apache.org/schema/spring">
      <route id="queueToDbTransacted">
      <from uri="activemq:queue:camel_in"/>
      <to uri="activemq:queue:camel_out"/>
      </route>
      </camelContext>
      </beans>

      Attachments

        Activity

          People

            gtully Gary Tully
            gtully Gary Tully
            Votes:
            0 Vote for this issue
            Watchers:
            2 Start watching this issue

            Dates

              Created:
              Updated:
              Resolved: