Interface StompEndpointBuilderFactory.StompBuilders
- All Known Subinterfaces:
EndpointBuilderFactory
- All Known Implementing Classes:
EndpointRouteBuilder,EndpointRouteConfigurationBuilder
- Enclosing interface:
- StompEndpointBuilderFactory
public static interface StompEndpointBuilderFactory.StompBuilders
-
Method Summary
Modifier and TypeMethodDescriptionStomp (camel-stomp) Send and rececive messages to/from STOMP (Simple Text Oriented Messaging Protocol) compliant message brokers.Stomp (camel-stomp) Send and rececive messages to/from STOMP (Simple Text Oriented Messaging Protocol) compliant message brokers.
-
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:destinationPath parameter: destination (required) Name of the queue- Parameters:
path- destination- Returns:
- the dsl builder
-
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:destinationPath parameter: destination (required) Name of the queue- Parameters:
componentName- to use a custom component name for the endpoint instead of the default namepath- destination- Returns:
- the dsl builder
-