ntex-amqp icon indicating copy to clipboard operation
ntex-amqp copied to clipboard

A more complete example

Open sleipnir opened this issue 3 years ago • 8 comments
trafficstars

Hi everyone, I loved this project and thanks for taking the time to do it. But I understood very little about the character of the project itself. I didn't understand the Server example and what the Server is intended for in this project. Would it be possible to specify queues and topics and receive messages through these? If so, would you have a more complete example?

Thanks

sleipnir avatar Dec 03 '21 15:12 sleipnir

Someone here?

sleipnir avatar Dec 14 '21 18:12 sleipnir

i will try to update example.

fafhrd91 avatar Dec 14 '21 18:12 fafhrd91

Thanks @fafhrd91 I have a queuing system based on AMQP today and what I wanted was to remove the need for a broker like RabbitMQ or ActiveMQ for simpler services and I would like to know if ntex-amqp could help me with that.

sleipnir avatar Jan 04 '22 15:01 sleipnir

we use ntex-amqp for azure eventhub and servicebus connectivity. also we expose azure iot hub amqp api via ntex-amqp

fafhrd91 avatar Jan 04 '22 15:01 fafhrd91

we use ntex-amqp for azure eventhub and servicebus connectivity. also we expose azure iot hub amqp api via ntex-amqp

Let me get this straight, so you guys use ntex-amqp as a proxy? Just forwarding messages to Azure Broker? An example with these characteristics would be interesting.

sleipnir avatar Jan 04 '22 15:01 sleipnir

as gateway, it does a lot of work beyond proxying

fafhrd91 avatar Jan 04 '22 16:01 fafhrd91

Cool

sleipnir avatar Jan 04 '22 21:01 sleipnir

as gateway, it does a lot of work beyond proxying

But do you have a reduced example of this same scenario?

sleipnir avatar Jan 31 '22 21:01 sleipnir