Skip to content

Commit

Permalink
Merge pull request #9610 from ballerina-platform/automate-bbes-09e13f…
Browse files Browse the repository at this point in the history
…868ba5d0d7552e9ffb0a168bd57c47c015

[Automated] Update Ballerina By Example(BBEs) pages
  • Loading branch information
sm1990 authored Nov 21, 2024
2 parents 09e13f8 + 6929a6a commit 11e0547
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions swan-lake/by-example/jms-consumer-acknowledgement/content.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ export function JmsConsumerAcknowledgement({ codeSnippets }) {

return (
<Container className="bbeBody d-flex flex-column h-100">
<h1>JMS message producer - Manual acknowledgment</h1>
<h1>JMS message consumer - Manual acknowledgment</h1>

<p>
The <code>jms:MessageConsumer</code> allows manual acknowledgment for
Expand Down Expand Up @@ -210,7 +210,7 @@ export function JmsConsumerAcknowledgement({ codeSnippets }) {
<blockquote>
<p>
<strong>Tip:</strong> Run the JMS message producer given in the{" "}
<a href="/learn/by-example/jms-producer-produce-message-send">
<a href="/learn/by-example/jms-producer-produce-message">
JMS message producer - Produce message
</a>{" "}
example to produce a few sample messages to the queue.
Expand Down
4 changes: 2 additions & 2 deletions swan-lake/by-example/jms-consumer-consume-message/content.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ export function JmsConsumerConsumeMessage({ codeSnippets }) {

return (
<Container className="bbeBody d-flex flex-column h-100">
<h1>JMS message producer - Consume messages</h1>
<h1>JMS message consumer - Consume messages</h1>

<p>
The <code>jms:MessageConsumer</code> allows fetching individual messages
Expand Down Expand Up @@ -207,7 +207,7 @@ export function JmsConsumerConsumeMessage({ codeSnippets }) {
<blockquote>
<p>
<strong>Tip:</strong> Run the JMS message producer given in the{" "}
<a href="/learn/by-example/jms-producer-produce-message-send">
<a href="/learn/by-example/jms-producer-produce-message">
JMS message producer - Produce message
</a>{" "}
example to produce some messages to the queue.
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ export function JmsServiceConsumeMessage({ codeSnippets }) {
<blockquote>
<p>
<strong>Tip:</strong> Run the JMS message producer given in the{" "}
<a href="/learn/by-example/jms-producer-produce-message-send">
<a href="/learn/by-example/jms-producer-produce-message">
JMS message producer - Produce message
</a>{" "}
example to produce some messages to the queue.
Expand Down

0 comments on commit 11e0547

Please sign in to comment.