Skip to content

Commit 4e5d79b

Browse files
authored
Update README.md
1 parent 9ef3e6f commit 4e5d79b

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

README.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ Ensemble adapter for RabbitMQ
2626
2727
Development is done on [Cache-Tort-Git UDL fork](https://github.com/MakarovS96/cache-tort-git)
2828
29-
## Use
29+
## Usage
3030
3131
Check `RabbitMQ.Utils` for sample code. The main class is `isc.rabbitmq.API`. It has the following methods.
3232
@@ -148,12 +148,11 @@ Set msg = api.readMessageStream(.props)
148148
149149
```
150150
#Dim api As isc.rabbitmq.API
151-
#Dim msg As %GlobalBinaryStream
152151
#Dim props As %ListOfDataTypes
153152
Set props = api.readMessageString()
154153
```
155154
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.
157156
158157
#### Props
159158

0 commit comments

Comments
 (0)