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: application-development/cloud-native/oci-queue/README.md
+5-5Lines changed: 5 additions & 5 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -43,11 +43,11 @@ SOFTWARE.
43
43
Create Queue and copy the Queue OCID and Enpoint:
44
44
45
45
<p>
46
-
<imgsrc="endpoint.png"width="800" />
46
+
<imgsrc="files/endpoint.png"width="800" />
47
47
48
48
<p>
49
49
When using another <code>region</code> than <code>EU_FRANKFURT_1</code> please modify the
50
-
<ahref="./blob/main/files/index.js#L10">
50
+
<ahref="index.js#L10">
51
51
<code>index.js</code></a> Line #10 accordingly:
52
52
53
53
<pre>
@@ -81,18 +81,18 @@ Setup secrets to run this example with GitHub Actions:
81
81
Monitor the GitHub action to run:
82
82
83
83
<p>
84
-
<imgsrc="action.png"width="800" />
84
+
<imgsrc="files/action.png"width="800" />
85
85
86
86
<p>
87
87
This example will poll for messages in the queue and finally writes a new message to it.
88
88
89
89
### View messages in the Queue
90
90
91
-
<imgsrc="messages.png"width="800" />
91
+
<imgsrc="files/messages.png"width="800" />
92
92
93
93
### Running locally
94
94
95
-
Clone this repo, setup npm and <code>oci cli</code> and modify <ahref="./blob/main/files/index.js#L8">index.js</a> line 8 by uncommenting it and removing/commenting lines 10-18 and replace lines 21-22
95
+
Clone this repo, setup npm and <code>oci cli</code> and modify <ahref="index.js#L8">index.js</a> line 8 by uncommenting it and removing/commenting lines 10-18 and replace lines 21-22
0 commit comments