Interface AMQPEndpointBuilderFactory.AMQPBuilders

All Known Subinterfaces:
EndpointBuilderFactory
All Known Implementing Classes:
EndpointRouteBuilder, EndpointRouteConfigurationBuilder
Enclosing interface:
AMQPEndpointBuilderFactory

public static interface AMQPEndpointBuilderFactory.AMQPBuilders
  • Method Details

    • amqp

      AMQP (camel-amqp) Messaging with AMQP protocol using Apache QPid Client. Category: messaging Since: 1.2 Maven coordinates: org.apache.camel:camel-amqp
      Returns:
      the dsl builder for the headers' name.
    • amqp

      AMQP (camel-amqp) Messaging with AMQP protocol using Apache QPid Client. Category: messaging Since: 1.2 Maven coordinates: org.apache.camel:camel-amqp Syntax: amqp:destinationType:destinationName Path parameter: destinationType The kind of destination to use Default value: queue There are 4 enums and the value can be one of: queue, topic, temp-queue, temp-topic Path parameter: destinationName (required) Name of the queue or topic to use as destination
      Parameters:
      path - destinationType:destinationName
      Returns:
      the dsl builder
    • amqp

      default AMQPEndpointBuilderFactory.AMQPEndpointBuilder amqp(String componentName, String path)
      AMQP (camel-amqp) Messaging with AMQP protocol using Apache QPid Client. Category: messaging Since: 1.2 Maven coordinates: org.apache.camel:camel-amqp Syntax: amqp:destinationType:destinationName Path parameter: destinationType The kind of destination to use Default value: queue There are 4 enums and the value can be one of: queue, topic, temp-queue, temp-topic Path parameter: destinationName (required) Name of the queue or topic to use as destination
      Parameters:
      componentName - to use a custom component name for the endpoint instead of the default name
      path - destinationType:destinationName
      Returns:
      the dsl builder