Interface IronMQEndpointBuilderFactory.IronMQBuilders

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

public static interface IronMQEndpointBuilderFactory.IronMQBuilders
  • Method Details

    • ironmq

      IronMQ (camel-ironmq) Send and receive messages to/from IronMQ an elastic and durable hosted message queue as a service. Category: cloud,messaging Since: 2.17 Maven coordinates: org.apache.camel:camel-ironmq
      Returns:
      the dsl builder for the headers' name.
    • ironmq

      IronMQ (camel-ironmq) Send and receive messages to/from IronMQ an elastic and durable hosted message queue as a service. Category: cloud,messaging Since: 2.17 Maven coordinates: org.apache.camel:camel-ironmq Syntax: ironmq:queueName Path parameter: queueName (required) The name of the IronMQ queue
      Parameters:
      path - queueName
      Returns:
      the dsl builder
    • ironmq

      default IronMQEndpointBuilderFactory.IronMQEndpointBuilder ironmq(String componentName, String path)
      IronMQ (camel-ironmq) Send and receive messages to/from IronMQ an elastic and durable hosted message queue as a service. Category: cloud,messaging Since: 2.17 Maven coordinates: org.apache.camel:camel-ironmq Syntax: ironmq:queueName Path parameter: queueName (required) The name of the IronMQ queue
      Parameters:
      componentName - to use a custom component name for the endpoint instead of the default name
      path - queueName
      Returns:
      the dsl builder