-
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.
Merge pull request #5156 from aashikam/seo-desc
Fix SEO descriptions in messaging modules
- Loading branch information
Showing
24 changed files
with
25 additions
and
25 deletions.
There are no files selected for viewing
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: BBE on producing and consuming a message from a subject in the NATS basic server using Ballerina. | ||
description: This example demonstrates producing a message to a subject in the NATS basic server. | ||
keywords: ballerina, ballerina by example, bbe, nats, basic, server, publish, subscribe |
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: BBE on producing and consuming a message from a subject in the NATS basic server using Ballerina. | ||
description: This example demonstrates sending a reply message to a request received by a NATS subject. | ||
keywords: ballerina, ballerina by example, bbe, nats, basic, server, request, reply |
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: BBE on producing and consuming a message from a subject in the NATS basic server using Ballerina. | ||
description: This example demonstrates sending a request to a NATS subject in a basic NATS server. | ||
keywords: ballerina, ballerina by example, bbe, nats, basic, server, request, reply |
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: BBE on producing and consuming a message from a subject in the NATS basic server using Ballerina. | ||
description: This example demonstrates consuming messages from a NATS subject in a basic NATS server. | ||
keywords: ballerina, ballerina by example, bbe, nats, basic, server, publish, subscribe |
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: BBE on producing and consuming a message from a subject in the NATS basic server using Ballerina. | ||
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-client-secure-connection/nats_client_secure_connection.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: BBE on producing and consuming a message from a subject in the NATS basic server using Ballerina. | ||
description: This example demonstrates producing a message to a NATS subject using a secured connection. | ||
keywords: ballerina, ballerina by example, bbe, nats, basic, ssl, tls, authentication |
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: BBE on producing and consuming a message from a subject in the NATS JetStream server using Ballerina. | ||
description: This example demonstrates producing a message to a subject in a NATS JetStream server. | ||
keywords: ballerina, ballerina by example, bbe, nats, jetstream, server, publish, subscribe |
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: BBE on producing and consuming a message from a subject in the NATS JetStream server using Ballerina. | ||
description: This example demonstrates consuming messages from a subject in a NATS JetStream server. | ||
keywords: ballerina, ballerina by example, bbe, nats, jetstream, server, publish, subscribe |
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: BBE on producing and consuming a message from a subject in the NATS basic server using Ballerina. | ||
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/nats-service-constraint-validation/nats_service_constraint_validation.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: BBE on validating a payload according to the constraints defined in the payload record. | ||
description: This example demonstrates validating a payload according to the constraints defined in the payload record. | ||
keywords: ballerina, ballerina by example, bbe, nats, consumer, listener, service, constraint, validation |
2 changes: 1 addition & 1 deletion
2
examples/nats-service-secure-connection/nats_service_secure_connection.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: BBE on producing and consuming a message from a subject in the NATS basic server using Ballerina. | ||
description: This example demonstrates consuming messages from a NATS subject using a secured connection. | ||
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: BBE on consuming messages using a secured connection. | ||
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
...ples/rabbitmq-client-constraint-validation/rabbitmq_client_constraint_validation.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: BBE on validating a payload according to the constraints defined in the payload record. | ||
description: This example demonstrates validating a payload according to the constraints defined in the payload record. | ||
keywords: ballerina, ballerina by example, bbe, rabbitmq, consumer, listener, service, constraint, validation |
2 changes: 1 addition & 1 deletion
2
examples/rabbitmq-client-secure-connection/rabbitmq_client_secure_connection.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: BBE on consuming messages using a secured connection. | ||
description: This example demonstrates consuming messages from a RabbitMQ queue using a secured connection. | ||
keywords: ballerina, ballerina by example, rabbitmq, ssl, tls, authentication, credentials |
2 changes: 1 addition & 1 deletion
2
...nsumer-with-client-acknowledgement/rabbitmq_consumer_with_client_acknowledgement.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: BBE on manually acknowledging the messages consumed from a RabbitMQ queue using Ballerina. | ||
description: This example demonstrates manually acknowledging the messages consumed from a RabbitMQ queue. | ||
keywords: ballerina, ballerina by example, rabbitmq, consumer, bbe, acknowledgment |
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: BBE on consuming messages from a RabbitMQ queue in an asynchronous manner using Ballerina. | ||
description: This example demonstrates consuming messages from a RabbitMQ queue in an asynchronous manner. | ||
keywords: ballerina, ballerina by example, rabbitmq, consumer, bbe, service, asynchronous |
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: BBE on producing messages to a RabbitMQ queue using Ballerina. | ||
description: This example demonstrates producing messages to a RabbitMQ queue. | ||
keywords: ballerina, ballerina by example, rabbitmq, producer, bbe, client |
2 changes: 1 addition & 1 deletion
2
examples/rabbitmq-queue-declare/rabbitmq_queue_declare.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: BBE on declaring a RabbitMQ queue. | ||
description: This example demonstrates declaring a RabbitMQ queue. | ||
keywords: ballerina, ballerina by example, rabbitmq, queue, bbe, client |
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: BBE on consuming messages using a secured connection. | ||
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 |
4 changes: 2 additions & 2 deletions
4
...es/rabbitmq-service-constraint-validation/rabbitmq_service_constraint_validation.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: BBE on validating a payload according to the constraints defined in the payload record. | ||
keywords: ballerina, ballerina by example, bbe, rabbimq, consumer, listener, service, constraint, validation | ||
description: This example demonstrates validating a payload according to the constraints defined in the payload record. | ||
keywords: ballerina, ballerina by example, bbe, rabbitmq, consumer, listener, service, constraint, validation |
2 changes: 1 addition & 1 deletion
2
examples/rabbitmq-service-secure-connection/rabbitmq_service_secure_connection.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: BBE on consuming messages using a secured connection. | ||
description: This example demonstrates consuming messages from a RabbitMQ queue using a secured connection. | ||
keywords: ballerina, ballerina by example, rabbitmq, ssl, tls, authentication, credentials |
2 changes: 1 addition & 1 deletion
2
examples/rabbitmq-sync-consumer/rabbitmq_sync_consumer.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: BBE on consuming messages using a secured connection. | ||
description: This example demonstrates consuming messages from a RabbitMQ queue synchronously. | ||
keywords: ballerina, ballerina by example, rabbitmq, pull, consumer, client, bbe |
2 changes: 1 addition & 1 deletion
2
examples/rabbitmq-transaction-consumer/rabbitmq_transaction_consumer.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: BBE on transactionally acknowledging messages consumed from a RabbitMQ queue using Ballerina. | ||
description: This example demonstrates transactionally acknowledging messages consumed from a RabbitMQ queue. | ||
keywords: ballerina, ballerina by example, rabbitmq, bbe, consumer, transaction |
2 changes: 1 addition & 1 deletion
2
examples/rabbitmq-transaction-producer/rabbitmq_transaction_producer.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: BBE on transactionally producing messages to a RabbitMQ queue using Ballerina. | ||
description: This example demonstrates transactionally producing messages to a RabbitMQ queue. | ||
keywords: ballerina, ballerina by example, rabbitmq, producer, bbe, transaction |