Currently I am communicating with Rabbitmq through BizTalk default WCF-Custom adapter.
My requirement is , currently I am able to pull only single message from rabbitmq queue in one go but I want to pull mentioned N number of messages from rabbitmq queue in one connect.
After each mentioned polling interval BizTalk WCF-Custom adapter should read only mentioned N number of messages from Rabbit.
Thank you,
--
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 post to this group, send email to rabbitm...@googlegroups.com.
For more options, visit https://groups.google.com/d/optout.
Hi Prashant,
--
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-users+unsubscribe@googlegroups.com.
To post to this group, send email to rabbitmq-users@googlegroups.com.
Hi Michael,