Hi Guys,
How can I integrate kotlin with rabbitmq?
What do you exactly mean by integrating Kotlin with RabbitMQ?
If you just want to use RabitMQ with Kotlin, use it. Any tutorial will made for Java will work, just update the code to use the kotlin syntax.
Hi @SackCastellon
Thanks for the help and actually I was looking for the tutorial where I can refer producer, consumer code in kotlin for the rabbit mq.
Hi @nitisharora
you can refer to this tutorial