Name | Kind | Group | Required | Default | Type | Enum | Description |
---|---|---|---|---|---|---|---|
destination | path | common | true | java.lang.String | Name of the queue | ||
brokerURL | parameter | common | true | tcp://localhost:61613 | java.lang.String | The URI of the Stomp broker to connect to | |
host | parameter | common | java.lang.String | The virtual host name | |||
login | parameter | common | java.lang.String | The username | |||
passcode | parameter | common | java.lang.String | The password | |||
exchangePattern | parameter | advanced | InOnly | org.apache.camel.ExchangePattern | InOnly RobustInOnly InOut InOptionalOut OutOnly RobustOutOnly OutIn OutOptionalIn |
Sets the default exchange pattern when creating an exchange | |
synchronous | parameter | advanced | false | boolean | Sets whether synchronous processing should be strictly used, or Camel is allowed to use asynchronous processing (if supported). |