Interface IronMQEndpointBuilderFactory.IronMQBuilders

    • Method Detail

      • ironmq

        default IronMQEndpointBuilderFactory.IronMQEndpointBuilder ironmq​(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:
        path - queueName
      • 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