Skip to content

Commit 8c26299

Browse files
committed
Added Durable argument. Defaults to true.
1 parent 50a5034 commit 8c26299

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RabbitMQ/Common.cls

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -82,7 +82,7 @@ Method ConnectToRabbitMQ() As %Status
8282
}
8383

8484
Try {
85-
Set ..API = ##class(isc.rabbitmq.API).%New(..JGW, ..Host, ..Port, user, pass, ..VirtualHost, ..Queue)
85+
Set ..API = ##class(isc.rabbitmq.API).%New(..JGW, ..Host, ..Port, user, pass, ..VirtualHost, ..Queue, $$$YES)
8686
} Catch ex {
8787
Set sc = $$$ADDSC(ex.AsStatus(),$g(%objlasterror))
8888
}

0 commit comments

Comments
 (0)