Skip to content

Commit

Permalink
Update Ballerina Swan Lake by Examples
Browse files Browse the repository at this point in the history
  • Loading branch information
ballerina-bot committed Nov 21, 2024
1 parent 09e13f8 commit 6929a6a
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 6929a6a

Please sign in to comment.