Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 0 additions & 2 deletions docs/modules/ROOT/nav.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -130,8 +130,6 @@
* xref:jira-update-issue-sink.adoc[]
* xref:jms-amqp-10-sink.adoc[]
* xref:jms-amqp-10-source.adoc[]
* xref:jms-amqp-10-ssl-sink.adoc[]
* xref:jms-amqp-10-ssl-source.adoc[]
* xref:jms-apache-artemis-sink.adoc[]
* xref:jms-apache-artemis-source.adoc[]
* xref:jms-ibm-mq-sink.adoc[]
Expand Down
24 changes: 0 additions & 24 deletions docs/modules/ROOT/partials/jms-amqp-10-ssl-sink-description.adoc

This file was deleted.

53 changes: 0 additions & 53 deletions docs/modules/ROOT/partials/jms-amqp-10-ssl-source-description.adoc

This file was deleted.

4 changes: 2 additions & 2 deletions kamelets/jms-amqp-10-sink.kamelet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ metadata:
spec:
definition:
title: "JMS - AMQP 1.0 Sink"
description: "Send data to any AMQP 1.0 compliant message broker by using the Apache Qpid JMS client."
description: "Send data to any AMQP 1.0 compliant message broker by using the Apache Qpid JMS client. For SSL/TLS connections, use the amqps:// scheme in the remoteURI and configure SSL transport options as query parameters (e.g. transport.trustStoreLocation, transport.trustStorePassword, transport.keyStoreLocation, transport.keyStorePassword, transport.verifyHost, transport.trustAll)."
required:
- destinationName
- remoteURI
Expand All @@ -48,7 +48,7 @@ spec:
type: string
remoteURI:
title: "Broker URL"
description: "The JMS URL."
description: "The JMS URL. Use the amqps:// scheme for SSL/TLS connections."
type: string
example: "amqp://my-host:31616"
dependencies:
Expand Down
4 changes: 2 additions & 2 deletions kamelets/jms-amqp-10-source.kamelet.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ metadata:
spec:
definition:
title: "JMS - AMQP 1.0 Source"
description: "Consume data from any AMQP 1.0 compliant message broker by using the Apache Qpid JMS client."
description: "Consume data from any AMQP 1.0 compliant message broker by using the Apache Qpid JMS client. For SSL/TLS connections, use the amqps:// scheme in the remoteURI and configure SSL transport options as query parameters (e.g. transport.trustStoreLocation, transport.trustStorePassword, transport.keyStoreLocation, transport.keyStorePassword, transport.verifyHost, transport.trustAll)."
required:
- destinationName
- remoteURI
Expand All @@ -48,7 +48,7 @@ spec:
type: string
remoteURI:
title: "Broker URL"
description: "The JMS URL."
description: "The JMS URL. Use the amqps:// scheme for SSL/TLS connections."
type: string
example: "amqp://my-host:31616"
dependencies:
Expand Down
70 changes: 0 additions & 70 deletions kamelets/jms-amqp-10-ssl-sink.kamelet.yaml

This file was deleted.

70 changes: 0 additions & 70 deletions kamelets/jms-amqp-10-ssl-source.kamelet.yaml

This file was deleted.

Original file line number Diff line number Diff line change
Expand Up @@ -78,7 +78,6 @@ public enum KameletPrefixSchemeEnum {
jira_transition_issue("jira-transition-issue", "jira"),
jira_update_issue("jira-update-issue", "jira"),
jms_amqp_10("jms-amqp-10", "jms"),
jms_amqp_10_ssl("jms-amqp-10-ssl", "jms"),
jms_apache_artemis("jms-apache-artemis", "jms"),
jms_ibm_mq("jms-ibm-mq", "jms"),
kafka("kafka", "kafka"),
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -209,8 +209,6 @@ void testSupportedHeaders() throws Exception {
verifyHeaders("jira-oauth-source", 3);
verifyHeaders("jms-amqp-10-source", 15);
verifyHeaders("jms-amqp-10-sink", 18);
verifyHeaders("jms-amqp-10-ssl-source", 15);
verifyHeaders("jms-amqp-10-ssl-sink", 18);
verifyHeaders("jms-apache-artemis-source", 15);
verifyHeaders("jms-apache-artemis-sink", 18);
verifyHeaders("jms-ibm-mq-source", 15);
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ metadata:
spec:
definition:
title: "JMS - AMQP 1.0 Sink"
description: "Send data to any AMQP 1.0 compliant message broker by using the Apache Qpid JMS client."
description: "Send data to any AMQP 1.0 compliant message broker by using the Apache Qpid JMS client. For SSL/TLS connections, use the amqps:// scheme in the remoteURI and configure SSL transport options as query parameters (e.g. transport.trustStoreLocation, transport.trustStorePassword, transport.keyStoreLocation, transport.keyStorePassword, transport.verifyHost, transport.trustAll)."
required:
- destinationName
- remoteURI
Expand All @@ -48,7 +48,7 @@ spec:
type: string
remoteURI:
title: "Broker URL"
description: "The JMS URL."
description: "The JMS URL. Use the amqps:// scheme for SSL/TLS connections."
type: string
example: "amqp://my-host:31616"
dependencies:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ metadata:
spec:
definition:
title: "JMS - AMQP 1.0 Source"
description: "Consume data from any AMQP 1.0 compliant message broker by using the Apache Qpid JMS client."
description: "Consume data from any AMQP 1.0 compliant message broker by using the Apache Qpid JMS client. For SSL/TLS connections, use the amqps:// scheme in the remoteURI and configure SSL transport options as query parameters (e.g. transport.trustStoreLocation, transport.trustStorePassword, transport.keyStoreLocation, transport.keyStorePassword, transport.verifyHost, transport.trustAll)."
required:
- destinationName
- remoteURI
Expand All @@ -48,7 +48,7 @@ spec:
type: string
remoteURI:
title: "Broker URL"
description: "The JMS URL."
description: "The JMS URL. Use the amqps:// scheme for SSL/TLS connections."
type: string
example: "amqp://my-host:31616"
dependencies:
Expand Down

This file was deleted.

This file was deleted.

18 changes: 0 additions & 18 deletions templates/pipes/camel-k/jms-amqp-10-ssl-sink-pipe.yaml

This file was deleted.

18 changes: 0 additions & 18 deletions templates/pipes/camel-k/jms-amqp-10-ssl-source-pipe.yaml

This file was deleted.

12 changes: 0 additions & 12 deletions templates/pipes/core/jms-amqp-10-ssl-sink-pipe.yaml

This file was deleted.

9 changes: 0 additions & 9 deletions templates/pipes/core/jms-amqp-10-ssl-source-pipe.yaml

This file was deleted.

Loading