abreits / amqp-ts

AmqpSimple, a RabbitMQ tested Amqp library written in and for Typescript
MIT License
133 stars 37 forks source link

Unable to Connect RabbitMq from Browser using amqp-ts #71

Closed krishnareddyML closed 2 years ago

krishnareddyML commented 2 years ago

Hi,

I am new to this, trying to use this library from my angular project but getting lot of missing library error after installing amqp-ts and trying to create connection. Please check following stackblitz sample.

https://stackblitz.com/edit/angular-ivy-paatz6

If there is any working sample from angular project will be helpful.

abreits commented 2 years ago

First off, this library was intended for serverside use with node.js, so it will probably never work from the browser.

Second, it is no longer actively supported by me.

So I think you need to look elsewhere for an amqp library that works from a browser (if it exists).

Regards,

Ab Reitsma

From: Krishnareddy @.> Sent: donderdag 17 februari 2022 07:47 To: abreits/amqp-ts @.> Cc: Subscribed @.***> Subject: [abreits/amqp-ts] Unable to Connect RabbitMq from Browser using amqp-ts (Issue #71)

Hi,

I am new to this, trying to use this library from my angular project but getting lot of missing library error after installing amqp-ts and trying to create connection. Please check following stackblitz sample.

https://stackblitz.com/edit/angular-ivy-paatz6

If there is any working sample from angular project will be helpful.

— Reply to this email directly, view it on GitHub https://github.com/abreits/amqp-ts/issues/71 , or unsubscribe https://github.com/notifications/unsubscribe-auth/ABCPLHKQXGV7WA6YEW5NORDU3SKXPANCNFSM5OTYFNAA . Triage notifications on the go with GitHub Mobile for iOS https://apps.apple.com/app/apple-store/id1477376905?ct=notification-email&mt=8&pt=524675 or Android https://play.google.com/store/apps/details?id=com.github.android&referrer=utm_campaign%3Dnotification-email%26utm_medium%3Demail%26utm_source%3Dgithub . You are receiving this because you are subscribed to this thread.Message ID: @.***>

krishnareddyML commented 2 years ago

Thank you for the clarification. I will look into other libraries.