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
@@ -81,18 +84,18 @@ Setup secrets to run this example with GitHub Actions:
81
84
Monitor the GitHub action to run:
82
85
83
86
<p>
84
-
<imgsrc="action.png"width="800" />
87
+
<imgsrc="files/action.png"width="800" />
85
88
86
89
<p>
87
90
This example will poll for messages in the queue and finally writes a new message to it.
88
91
89
92
### View messages in the Queue
90
93
91
-
<imgsrc="messages.png"width="800" />
94
+
<imgsrc="files/messages.png"width="800" />
92
95
93
96
### Running locally
94
97
95
-
Clone this repo, setup npm and <code>oci cli</code> and modify <ahref="https://github.com/mikarinneoracle/oci-queue-node/blob/main/index.js#L8">index.js</a> line 8 by uncommenting it and removing/commenting lines 10-18 and replace lines 21-22
98
+
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
96
99
with Queue details :
97
100
98
101
<pre>
@@ -119,4 +122,4 @@ You can manually send messages to the queue using the OCI Queue Console
119
122
<p>
120
123
You can also play with the queue's <code>Dead Letter Queue</code> settings to see how many
121
124
times the same message is being received (default is 5). To do this comment the
122
-
<ahref="index.js#L61">line 61 of the index.js</a> and re-run the build using commit.
125
+
<ahref="index.js#L99">line 99 of the index.js</a> and re-run the build using commit.
0 commit comments