Gayan Ranasinghe

Results 6 comments of Gayan Ranasinghe

@ademcaglin thanks .. any idea to support asp.net core 2.0

Hello @abreits thanks for the help i'm referring [RPC call](https://www.rabbitmq.com/tutorials/tutorial-six-javascript.html) on my implementation. i have microservice to consume messages on queue. but above implementation api request it self consume the...

Thanks you very much!! That did the job!! thanks again..

Sorry for the bothering is there any specific reason to use `exclusive = true` because server cannot access to exclusive queue to give the response

when consuming message i'm getting error > error: Queue.onMessage consumer function returned error: content is not a buffer module=amqp-ts i thought it because of queue option but something else

i have dig in to source code and realized i'm calling this function to initialize consumer ``` var connection = new amqp.Connection(configuration["amqpUrl"]); var queueReq = connection.declareQueue(queue, { durable: false });...