Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
eduard93 authored Oct 9, 2017
1 parent 36cc887 commit cb6f1c6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ Ensemble adapter for RabbitMQ
Set gateway = ##class(%Net.Remote.Gateway).%New()
Set sc = gateway.%Connect("localhost", PORT, $Namespace, 2, classPath)
Set sc = gateway.%Import(class)
Write ##class(%Dictionary.CompiledClass).%ExistsId(class)```
Write ##class(%Dictionary.CompiledClass).%ExistsId(class)
6. In the namespace `isc.rabbitmq.API` class should be present and compiled.
7. Import this project and compile.
8. For samples refer to the test production `RabbitMQ.Production`.

0 comments on commit cb6f1c6

Please sign in to comment.