You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: app-dev/devops-and-containers/oci-queue/example-usage/README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -101,7 +101,7 @@ This example will poll for messages in the queue and finally writes a new messag
101
101
102
102
## Running locally
103
103
104
-
Clone this repo, setup npm and <code>oci cli</code> and modify <ahref="index.js#L46">index.js</a> line 46 by uncommenting it and removing/commenting lines 49-56 and replace lines 59-60
104
+
Clone this repo, setup npm and <code>oci cli</code> and modify <ahref="files/index.js#L46">index.js</a> line 46 by uncommenting it and removing/commenting lines 49-56 and replace lines 59-60
105
105
with Queue details :
106
106
107
107
<pre>
@@ -128,7 +128,7 @@ You can manually send messages to the queue using the OCI Queue Console
128
128
<p>
129
129
You can also play with the queue's <code>Dead Letter Queue</code> settings to see how many
130
130
times the same message is being received (default is 5). To do this comment the
131
-
<ahref="index.js#L99">line 99 of the index.js</a> and re-run the build by committing the change.
131
+
<ahref="files/index.js#L99">line 99 of the index.js</a> and re-run the build by committing the change.
0 commit comments