Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

A more complete example #15

Open
sleipnir opened this issue Dec 3, 2021 · 8 comments
Open

A more complete example #15

sleipnir opened this issue Dec 3, 2021 · 8 comments

Comments

@sleipnir
Copy link

sleipnir commented Dec 3, 2021

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
Copy link
Author

Someone here?

@fafhrd91
Copy link
Member

i will try to update example.

@sleipnir
Copy link
Author

sleipnir commented Jan 4, 2022

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.

@fafhrd91
Copy link
Member

fafhrd91 commented Jan 4, 2022

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

@sleipnir
Copy link
Author

sleipnir commented Jan 4, 2022

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.

@fafhrd91
Copy link
Member

fafhrd91 commented Jan 4, 2022

as gateway, it does a lot of work beyond proxying

@sleipnir
Copy link
Author

sleipnir commented Jan 4, 2022

Cool

@sleipnir
Copy link
Author

as gateway, it does a lot of work beyond proxying

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

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants