shlomiassaf / pebula-node

A collection of libraries for node
MIT License
6 stars 7 forks source link

Message Handler for a Azure Service Bus Topic #7

Closed shafiknauf closed 4 months ago

shafiknauf commented 2 years ago

Hello,

I want to write a Message Consumer that will continuously be listening for incoming messages from a defined Topic of Azure Service Bus.

Can you let me know which methods i have to use from your library. Its not clearly mentioned the documentation.

Can this Message Consumer be embedded into existing NestJS MicroService or do i need to create a separate NestJS application.