Henryk Konsek created CAMEL-9204:
------------------------------------

             Summary: Provide AMQP component factory method for AMQP 1.0
                 Key: CAMEL-9204
                 URL: https://issues.apache.org/jira/browse/CAMEL-9204
             Project: Camel
          Issue Type: Improvement
            Reporter: Henryk Konsek
            Assignee: Henryk Konsek
             Fix For: 2.17.0


Currently our documentation says that we should configure topic prefix when 
working with AMQP 1.0.

{code}
<bean id="amqpConnection" class="org.apache.camel.component.jms.JmsComponent" >
       <property name="connectionFactory">
         <bean class="org.apache.qpid.amqp_1_0.jms.impl.ConnectionFactoryImpl" 
factory-method="createFromURL">
                       <constructor-arg index="0" type="java.lang.String" 
value="amqp://localhost:5672" />
           <property name="topicPrefix" value="topic://" />  <!-- only 
necessary when connecting to ActiveMQ over AMQP 1.0 -->
          </bean>
       </property>
   </bean>
{code}

We should provide factory method which creates pre-configured component that 
can be used with AMQP 1.0.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)

Reply via email to