Dear RabbitMQ Community,
Actually, I am using a soap service to deal with publisher/ subscriptions process and that service provides a url and queue name in response for particular subscription. I need to consume messages from those queue and also for authentication I need to pass client certificate that are provided by them. Also that third party firm has its own message broker over AMQP 1.0 protocol.
I found one of library named as
amqp.net lite that easily make connection with that url and queue to consume messages.
My concern is, Can we consume or listen those remote queues with our rabbitmq client over amqp 1.0 protocol?
Thanks & Regards
Arvind