diff --git a/examples/jms-consumer-acknowledgement/jms_consumer_acknowledgement.md b/examples/jms-consumer-acknowledgement/jms_consumer_acknowledgement.md index f93237a7a2..dc36fc74bc 100644 --- a/examples/jms-consumer-acknowledgement/jms_consumer_acknowledgement.md +++ b/examples/jms-consumer-acknowledgement/jms_consumer_acknowledgement.md @@ -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) diff --git a/examples/jms-consumer-consume-message/jms_consumer_consume_message.md b/examples/jms-consumer-consume-message/jms_consumer_consume_message.md index 2aa4800e67..8b7b00ae1d 100644 --- a/examples/jms-consumer-consume-message/jms_consumer_consume_message.md +++ b/examples/jms-consumer-consume-message/jms_consumer_consume_message.md @@ -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) diff --git a/examples/jms-service-consume-message/jms_service_consume_message.md b/examples/jms-service-consume-message/jms_service_consume_message.md index 9cc9dc148c..730c7ba294 100644 --- a/examples/jms-service-consume-message/jms_service_consume_message.md +++ b/examples/jms-service-consume-message/jms_service_consume_message.md @@ -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)