Skip to content

Commit

Permalink
Update basic auth examples
Browse files Browse the repository at this point in the history
  • Loading branch information
aashikam committed Jan 5, 2024
1 parent 17ef259 commit e1902b7
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
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
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
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
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

0 comments on commit e1902b7

Please sign in to comment.