issues Search Results · repo:cloudamqp/amqp-client.js language:TypeScript
Filter by
77 results
(49 ms)77 results
incloudamqp/amqp-client.js (press backspace or delete to remove)🙏
I would like to try out https://github.com/cloudamqp/amqp-client.js/commit/7a67774cca123f14850fcb99adaef75584c9486b
brandonjfeldkamp
- 4
- Opened on Jan 31
- #126
When using @cloudamqp/amqp-client, there s a TypeScript compilation error in the type definitions file at
node_modules/@cloudamqp/amqp-client/types/amqp-view.d.ts. The error occurs on line 8 where the ...
kileha3
- 2
- Opened on Dec 8, 2024
- #125
Originally misattributed this problem as https://github.com/cloudamqp/amqp-client.js/issues/101 where I observed
application exiting 0 during reconnects. As it turns out that just happened because Node.js ...
KristjanTammekivi
- 1
- Opened on Sep 11, 2024
- #121
If I import it like this: import { AMQPWebSocketClient } from @cloudamqp/amqp-client ; the build fails:
RollupError: Buffer is not exported by __vite-browser-external , imported by ...
mikhail-fedosenko
- 3
- Opened on Jul 25, 2024
- #120
Web workers does not have access to the window object, therefore these lines fail, rendering the AMQPWebSocketClient
unusable inside a Web Worker.
https://github.com/cloudamqp/amqp-client.js/blob/4e0fdfcd134b00ac079424164032722cbccb0333/src/amqp-websocket-client.ts#L146-L152 ...
otahirs
- Opened on Jul 16, 2024
- #117
hi,
i read the api docs, i could not find some thing like whats available in lavinmq http api to pause a queue
https://docs.lavinmq.com/http-api.html#tag/queues/operation/PauseQueue
is there a way to ...
geminigeek
- 1
- Opened on Jul 4, 2024
- #116
I have set up rabbitmq server to use oauth2 now I m interesting how to use AMQPWebSocketClient to authenticate
connection.
I tried make something like this, but got error - connection closed: ACCESS_REFUSED ...
mxxnseat
- 3
- Opened on Jun 22, 2024
- #115
Discussed in https://github.com/cloudamqp/amqp-client.js/discussions/105
Let s implement a high level RPC API
enhancement
carlhoerberg
- 1
- Opened on May 7, 2024
- #114
Consider the following code snippet to connect to CloudAMQP:
const cloud_amqp_url = wss://rabbit-01.lmq.cloudamqp.com ;
const client = new AMQPWebSocketClient(
cloud_amqp_url,
vhost ...
ShuzhaoFeng
- 4
- Opened on Apr 25, 2024
- #113

Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Press the /
key to activate the search input again and adjust your query.
Learn how you can use GitHub Issues to plan and track your work.
Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub IssuesProTip!
Restrict your search to the title by using the in:title qualifier.