This is an automated email from the ASF dual-hosted git repository.
acosentino pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/camel-spring-boot.git
The following commit(s) were added to refs/heads/master by this push:
new f7a1aec Master alignment
f7a1aec is described below
commit f7a1aecd4482bf2eedc4ff9df16e4029ae0acf17
Author: Andrea Cosentino <[email protected]>
AuthorDate: Mon Mar 2 14:56:37 2020 +0100
Master alignment
---
.../org/apache/camel/springboot/catalog/components/rabbitmq.json | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
diff --git
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/rabbitmq.json
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/rabbitmq.json
index 07ee23f..fb4a442 100644
---
a/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/rabbitmq.json
+++
b/catalog/camel-catalog-provider-springboot/src/main/resources/org/apache/camel/springboot/catalog/components/rabbitmq.json
@@ -98,6 +98,7 @@
"autoAck": { "kind": "parameter", "displayName": "Auto Ack", "group":
"consumer", "label": "consumer", "required": false, "type": "boolean",
"javaType": "boolean", "deprecated": false, "secret": false, "defaultValue":
"true", "description": "If messages should be auto acknowledged" },
"bridgeErrorHandler": { "kind": "parameter", "displayName": "Bridge Error
Handler", "group": "consumer", "label": "consumer", "required": false, "type":
"boolean", "javaType": "boolean", "deprecated": false, "secret": false,
"defaultValue": false, "description": "Allows for bridging the consumer to the
Camel routing Error Handler, which mean any exceptions occurred while the
consumer is trying to pickup incoming messages, or the likes, will now be
processed as a message and handled b [...]
"concurrentConsumers": { "kind": "parameter", "displayName": "Concurrent
Consumers", "group": "consumer", "label": "consumer", "required": false,
"type": "integer", "javaType": "int", "deprecated": false, "secret": false,
"defaultValue": "1", "description": "Number of concurrent consumers when
consuming from broker. (eg similar as to the same option for the JMS
component)." },
+ "consumerTag": { "kind": "parameter", "displayName": "Consumer Tag",
"group": "consumer", "label": "consumer", "required": false, "type": "string",
"javaType": "java.lang.String", "deprecated": false, "secret": false,
"description": "Specify a client-generated consumer tag to establish context
when invoking the consume operation" },
"exclusiveConsumer": { "kind": "parameter", "displayName": "Exclusive
Consumer", "group": "consumer", "label": "consumer", "required": false, "type":
"boolean", "javaType": "boolean", "deprecated": false, "secret": false,
"defaultValue": "false", "description": "Request exclusive access to the queue
(meaning only this consumer can access the queue). This is useful when you want
a long-lived shared queue to be temporarily accessible by just one consumer." },
"prefetchCount": { "kind": "parameter", "displayName": "Prefetch Count",
"group": "consumer", "label": "consumer", "required": false, "type": "integer",
"javaType": "int", "deprecated": false, "secret": false, "description": "The
maximum number of messages that the server will deliver, 0 if unlimited. You
need to specify the option of prefetchSize, prefetchCount, prefetchGlobal at
the same time" },
"prefetchEnabled": { "kind": "parameter", "displayName": "Prefetch
Enabled", "group": "consumer", "label": "consumer", "required": false, "type":
"boolean", "javaType": "boolean", "deprecated": false, "secret": false,
"defaultValue": false, "description": "Enables the quality of service on the
RabbitMQConsumer side. You need to specify the option of prefetchSize,
prefetchCount, prefetchGlobal at the same time" },
@@ -110,7 +111,7 @@
"bridgeEndpoint": { "kind": "parameter", "displayName": "Bridge Endpoint",
"group": "producer", "label": "producer", "required": false, "type": "boolean",
"javaType": "boolean", "deprecated": false, "secret": false, "defaultValue":
false, "description": "If the bridgeEndpoint is true, the producer will ignore
the message header of rabbitmq.EXCHANGE_NAME and rabbitmq.ROUTING_KEY" },
"channelPoolMaxSize": { "kind": "parameter", "displayName": "Channel Pool
Max Size", "group": "producer", "label": "producer", "required": false, "type":
"integer", "javaType": "int", "deprecated": false, "secret": false,
"defaultValue": "10", "description": "Get maximum number of opened channel in
pool" },
"channelPoolMaxWait": { "kind": "parameter", "displayName": "Channel Pool
Max Wait", "group": "producer", "label": "producer", "required": false, "type":
"integer", "javaType": "long", "deprecated": false, "secret": false,
"defaultValue": "1000", "description": "Set the maximum number of milliseconds
to wait for a channel from the pool" },
- "guaranteedDeliveries": { "kind": "parameter", "displayName": "Guaranteed
Deliveries", "group": "producer", "label": "producer", "required": false,
"type": "boolean", "javaType": "boolean", "deprecated": false, "secret": false,
"defaultValue": false, "description": "When true, an exception will be thrown
when the message cannot be delivered (basic.return) and the message is marked
as mandatory. PublisherAcknowledgement will also be activated in this case. See
also publisher acknowled [...]
+ "guaranteedDeliveries": { "kind": "parameter", "displayName": "Guaranteed
Deliveries", "group": "producer", "label": "producer", "required": false,
"type": "boolean", "javaType": "boolean", "deprecated": false, "secret": false,
"defaultValue": false, "description": "When true, an exception will be thrown
when the message cannot be delivered (basic.return) and the message is marked
as mandatory. PublisherAcknowledgement will also be activated in this case. See
also a href=https:\/\/ww [...]
"immediate": { "kind": "parameter", "displayName": "Immediate", "group":
"producer", "label": "producer", "required": false, "type": "boolean",
"javaType": "boolean", "deprecated": false, "secret": false, "defaultValue":
false, "description": "This flag tells the server how to react if the message
cannot be routed to a queue consumer immediately. If this flag is set, the
server will return an undeliverable message with a Return method. If this flag
is zero, the server will queue the [...]
"lazyStartProducer": { "kind": "parameter", "displayName": "Lazy Start
Producer", "group": "producer", "label": "producer", "required": false, "type":
"boolean", "javaType": "boolean", "deprecated": false, "secret": false,
"defaultValue": false, "description": "Whether the producer should be started
lazy (on the first message). By starting lazy you can use this to allow
CamelContext and routes to startup in situations where a producer may otherwise
fail during starting and cause the [...]
"mandatory": { "kind": "parameter", "displayName": "Mandatory", "group":
"producer", "label": "producer", "required": false, "type": "boolean",
"javaType": "boolean", "deprecated": false, "secret": false, "defaultValue":
false, "description": "This flag tells the server how to react if the message
cannot be routed to a queue. If this flag is set, the server will return an
unroutable message with a Return method. If this flag is zero, the server
silently drops the message. If the head [...]