Skip to content

Commit

Permalink
Merge pull request #5840 from ayeshLK/dev
Browse files Browse the repository at this point in the history
Fix broken links in the JMS consumer BBEs
  • Loading branch information
ayeshLK authored Nov 21, 2024
2 parents f93972c + 12a607f commit 331d2a7
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Run the program by executing the following command.

::: out jms_consumer_acknowledgement.out :::

>**Tip:** Run the JMS message producer given in the [JMS message producer - Produce message](/learn/by-example/jms-producer-produce-message-send) example to produce a few sample messages to the queue.
>**Tip:** Run the JMS message producer given in the [JMS message producer - Produce message](/learn/by-example/jms-producer-produce-message) example to produce a few sample messages to the queue.
## Related links
- [`jms:MessageConsumer->acknowledge` function - API documentation](https://lib.ballerina.io/ballerinax/java.jms/latest#MessageConsumer-acknowledge)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Run the program by executing the following command.

::: out jms_consumer_consume_message.out :::

>**Tip:** Run the JMS message producer given in the [JMS message producer - Produce message](/learn/by-example/jms-producer-produce-message-send) example to produce some messages to the queue.
>**Tip:** Run the JMS message producer given in the [JMS message producer - Produce message](/learn/by-example/jms-producer-produce-message) example to produce some messages to the queue.
## Related links
- [`jms:MessageConsumer->receive` function - API documentation](https://lib.ballerina.io/ballerinax/java.jms/latest#MessageConsumer-receive)
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ Run the program by executing the following command.

::: out jms_service_consume_message.out :::

>**Tip:** Run the JMS message producer given in the [JMS message producer - Produce message](/learn/by-example/jms-producer-produce-message-send) example to produce some messages to the queue.
>**Tip:** Run the JMS message producer given in the [JMS message producer - Produce message](/learn/by-example/jms-producer-produce-message) example to produce some messages to the queue.
## Related links
- [`jms:Listener` - API documentation](https://lib.ballerina.io/ballerinax/java.jms/latest#Listener)
Expand Down

0 comments on commit 331d2a7

Please sign in to comment.