--
You received this message because you are subscribed to the Google Groups "rabbitmq-users" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rabbitmq-user...@googlegroups.com.
To view this discussion on the web, visit https://groups.google.com/d/msgid/rabbitmq-users/CAGNBHTMYsDx5ds8zULYwQPO%3DXub20wAGLYQGxCLJ7brQO9KH3w%40mail.gmail.com.
I agreed to you but as per my understanding and what I have learned in different blogs, it's totally fine to have different consumers on the same channel.
and in my case, I have different consumers on the same channel but each consumer points to a different queue.and when I start the second instance of application duplication occurswhat's wrong in it.it's very crucial for us as we transfer our transactional data into rabbit MQ
Dear Wesley,first of all thanks for the comment, i have reviewed my code there is a small bug in my code.please also suggest can I use the same channel with a number of consumersalso, please clear my doughts on the below pointcan I use the same channel with two consumers and both consumers consume same queue. can it leads to duplicaiton