-
Notifications
You must be signed in to change notification settings - Fork 192
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
4 changed files
with
4 additions
and
4 deletions.
There are no files selected for viewing
2 changes: 1 addition & 1 deletion
2
examples/nats-client-basic-auth/nats_client_basic_auth.metatags
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
description: This example demonstrates producing a message to a NATS subject using a secured connection. | ||
description: This example demonstrates producing a message to a NATS subject using a connection with basic authentication. | ||
keywords: ballerina, ballerina by example, bbe, nats, basic, ssl, tls, authentication |
2 changes: 1 addition & 1 deletion
2
examples/nats-service-basic-auth/nats_service_basic_auth.metatags
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
description: This example demonstrates consuming messages from a NATS subject using a secured connection. | ||
description: This example demonstrates consuming messages from a NATS subject using a connection with basic authentication. | ||
keywords: ballerina, ballerina by example, bbe, nats, basic, ssl, tls, authentication |
2 changes: 1 addition & 1 deletion
2
examples/rabbitmq-client-basic-auth/rabbitmq_client_basic_auth.metatags
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
description: This example demonstrates publishing messages to a RabbitMQ queue using a secured connection with basic authentication. | ||
description: This example demonstrates publishing messages to a RabbitMQ queue using a connection with basic authentication. | ||
keywords: ballerina, ballerina by example, rabbitmq, ssl, tls, authentication, credentials |
2 changes: 1 addition & 1 deletion
2
examples/rabbitmq-service-basic-auth/rabbitmq_service_basic_auth.metatags
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,2 +1,2 @@ | ||
description: This example demonstrates consuming messages from a RabbitMQ queue using a secured connection with basic authentication. | ||
description: This example demonstrates consuming messages from a RabbitMQ queue using a connection with basic authentication. | ||
keywords: ballerina, ballerina by example, rabbitmq, ssl, tls, authentication, credentials |