Interface StompEndpointBuilderFactory.StompBuilders

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

public static interface StompEndpointBuilderFactory.StompBuilders
  • Method Details

    • stomp

      Stomp (camel-stomp) Send and rececive messages to/from STOMP (Simple Text Oriented Messaging Protocol) compliant message brokers. Category: messaging Since: 2.12 Maven coordinates: org.apache.camel:camel-stomp Syntax: stomp:destination Path parameter: destination (required) Name of the queue
      Parameters:
      path - destination
      Returns:
      the dsl builder
    • stomp

      default StompEndpointBuilderFactory.StompEndpointBuilder stomp(String componentName, String path)
      Stomp (camel-stomp) Send and rececive messages to/from STOMP (Simple Text Oriented Messaging Protocol) compliant message brokers. Category: messaging Since: 2.12 Maven coordinates: org.apache.camel:camel-stomp Syntax: stomp:destination Path parameter: destination (required) Name of the queue
      Parameters:
      componentName - to use a custom component name for the endpoint instead of the default name
      path - destination
      Returns:
      the dsl builder