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: README.md
+2-3Lines changed: 2 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ Ensemble adapter for RabbitMQ
26
26
27
27
Development is done on [Cache-Tort-Git UDL fork](https://github.com/MakarovS96/cache-tort-git)
28
28
29
-
## Use
29
+
## Usage
30
30
31
31
Check `RabbitMQ.Utils` for sample code. The main class is `isc.rabbitmq.API`. It has the following methods.
32
32
@@ -148,12 +148,11 @@ Set msg = api.readMessageStream(.props)
148
148
149
149
```
150
150
#Dim api As isc.rabbitmq.API
151
-
#Dim msg As %GlobalBinaryStream
152
151
#Dim props As %ListOfDataTypes
153
152
Set props = api.readMessageString()
154
153
```
155
154
156
-
`props` would be filled with message metainformation, note that you don't need to initialize it on the InterSystems side before calling RabbitMQ.
155
+
`props` would be filled with message metainformation and message body, note that you don't need to initialize it on the InterSystems side before calling RabbitMQ.
0 commit comments