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
(Map.ofList [("sequence_end","true")]) response // sequence_end is required by Rabbot clients (https://github.com/arobson/rabbot/issues/76)
442
+
443
+
letmessageId= System.Guid.NewGuid().ToString()
444
+
445
+
model.channelConsumer.Model.BasicPublish
446
+
(exchange ="", routingKey = config.Endpoint, mandatory =false,// mandatory must be false when publishing to direct-reply-to queue https://www.rabbitmq.com/direct-reply-to.html#limitations
0 commit comments