We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 50a5034 commit 8c26299Copy full SHA for 8c26299
RabbitMQ/Common.cls
@@ -82,7 +82,7 @@ Method ConnectToRabbitMQ() As %Status
82
}
83
84
Try {
85
- Set ..API = ##class(isc.rabbitmq.API).%New(..JGW, ..Host, ..Port, user, pass, ..VirtualHost, ..Queue)
+ Set ..API = ##class(isc.rabbitmq.API).%New(..JGW, ..Host, ..Port, user, pass, ..VirtualHost, ..Queue, $$$YES)
86
} Catch ex {
87
Set sc = $$$ADDSC(ex.AsStatus(),$g(%objlasterror))
88
0 commit comments