Commit Graph

72 Commits

Author SHA1 Message Date
Kamil Myśliwiec
10fdf16c47 build: use strict null checks part 1 2024-11-26 12:46:59 +01:00
Kamil Mysliwiec
129fe79f6b Update packages/microservices/server/server-rmq.ts
Co-authored-by: Rick Dutour Geerling <rick@trilon.io>
2024-11-18 15:26:15 +01:00
Kamil Myśliwiec
3267135f2d chore: resolve merge conflicts 2024-11-18 12:45:34 +01:00
Kamil Myśliwiec
3dfc7fc68e feat(microservices): add status, unwrap, on, and other features 2024-11-15 10:03:05 +01:00
Khan / 이창민
e231f9887e fix: rabbitmq bindings and auto-generated queues 2024-11-11 15:31:19 +09:00
Tony133
151806b621 chore: add public api annotation on microservices 2024-05-05 15:18:04 +02:00
JonathanMbt
3424843c81 fix(microservices): pass rmq connection options correctly to amqp-connection-manager 2024-04-13 16:23:45 +02:00
Soroosh Merajian
ed6d91b746 fix(microservices): fix rabbitmq no-assert not being applied correctly 2024-03-02 23:24:55 +01:00
Kamil Mysliwiec
a58f6a9cb4 Merge pull request #12974 from toxol/rmq-nack-when-no-message-handler
fix(microservices): send rmq nack without matching message handler
2024-02-07 09:54:01 +01:00
Deniks
4008cc23c9 feat(microservices): add type for rmq connection options
change socketOptions.connectionOptions type from any to copied amqp-manager's AmqpConnectionOptions

Closes https://github.com/nestjs/nest/issues/13071
2024-01-31 23:01:04 +00:00
Anton Muldiyarov
e43df5ad44 fix(microservices): send rmq nack without matching message handler 2023-12-29 08:29:14 +03:00
Micael Levi L. Cavalcante
204971cfce style: fix formatting 2023-12-13 13:10:17 -04:00
Rajen
3df3b71eb5 refactor: add inline consumerTag 2023-11-16 13:50:25 +05:45
Rajen
d4f4b8cad7 feat: add consumerTag param on rmq microservice config 2023-11-16 12:38:37 +05:45
ryoctrl
674bfc5e83 fix(microservices): to nack when there is no matching handler 2023-05-20 04:56:51 +09:00
Daniel De Lucca
c6d576776c Update packages/microservices/server/server-rmq.ts
Co-authored-by: Micael Levi L. Cavalcante <mllc@icomp.ufam.edu.br>
2022-10-17 00:31:40 -03:00
delucca
845358214f fix(microservices): fixes invalid json rmq messages 2022-10-06 18:04:18 -03:00
Kamil Myśliwiec
ddbba920cd feat(microservices): add max connections attempts to rmq, hide urls 2022-07-28 14:34:02 +02:00
bangbang93
bfbcd7bb80 fix(microservices): pass options to rmq deserialize 2022-07-26 15:46:18 +08:00
Franco Mangone
bb7e9d7837 feat(microservices): add noAssert option for RMQ connection
Rabbit MQ brokers may not allow for queue declaration, so a check is needed to avoid 403 errors in that scenario
2022-06-17 23:56:32 -03:00
delucca
a3258d5fbb fix(microservices): adds logging to failed rmq connection 2022-06-10 16:21:14 -04:00
Kamil Myśliwiec
cd3a9d6721 fix(microservices): fix amqp v4 incompatibility issue 2022-01-11 14:30:52 +01:00
Micael Levi (lab)
f1b9b636a5 refactor(microservices): drop useless type assertion on server
on every type assertion for `Observable<any>` that is not needed anymore.
2021-12-23 22:38:42 -04:00
Kamil Myśliwiec
f1ccd10976 feat(microservices): integrate response serializers 2021-10-02 15:52:39 +02:00
Kamil Myśliwiec
9d0551ff25 style(): run prettier 2021-08-16 09:30:29 +02:00
Johann Wagner
88cf1a178a allow deserializers to be async and await result 2021-07-01 19:50:02 +02:00
alex p
674dd56d32 fix(microservices): fixed bug that socketOptions object not passed to amqp connection manager instance 2021-06-29 18:12:35 +03:00
Kamil Myśliwiec
f8bc434bf4 test(microservices): add unit tests (populate errors by servers) 2021-01-28 14:35:02 +01:00
Kamil Myśliwiec
9241905f11 fix(microservices): reject on error (on listen method call) 2021-01-28 14:00:15 +01:00
Kamil Myśliwiec
bb6b643645 fix(): temporarily revert #5790 (breaking changes) 2020-12-09 14:37:26 +01:00
Kamil Myśliwiec
016c6b554b fix(microservices): remove duplicated imports 2020-12-09 13:55:48 +01:00
Christian Allred
b0afb1a63a Merge branch 'master' into master 2020-12-08 13:50:14 -07:00
Christian Allred
e7ef9d9c70 Update to Queue Options for rmqlib 2020-12-08 13:47:02 -07:00
Christian Allred
fc5b440da2 updated the typings for rmq socket options to match the interface provided by connection manager 2020-12-08 13:47:02 -07:00
Christian Allred
998d3de9e6 made a dumb copy paste error here. 2020-12-08 13:47:01 -07:00
Christian Allred
e766276922 removing comment 2020-12-08 13:47:01 -07:00
Christian Allred
2abb426d99 added a link for reference 2020-12-08 13:47:01 -07:00
Christian Allred
4fc147f6e0 https://github.com/nestjs/nest/issues/5788 2020-12-08 13:47:01 -07:00
Poulad
34d1c45d9a fix(microservices): handle rmq queue deletion
A null message is passed to callback when RabbitMQ queue is deleted. See #5683
2020-11-26 17:00:27 -05:00
ccappai
f96470b4ec run format script 2020-10-30 09:16:48 +01:00
Kamil Mysliwiec
5fc57bd3f2 Update packages/microservices/server/server-rmq.ts 2020-10-30 09:04:37 +01:00
ccappai
f51b8f820b feature(microservices): update acceptable types in RabbitMq options 2020-10-29 10:28:24 +01:00
Ángel Luis Quesada Nieto
cfe419f370 Update server-rmq.ts
Changed the private for protected in order to be able to extend and modify the ServerRMQ
2020-09-06 18:05:21 +02:00
Larinel
d4f93cd909 refactor(microservices): rmq connection errors are now being logged 2020-06-15 14:19:19 +03:00
Kamil Myśliwiec
d1816a3199 refactor(): adjust style to the rest of codebase 2020-05-24 13:19:24 +02:00
alex
e2c8f74f19 feat(microservices): move getTransportId functions to public variable transportId and make it optional 2020-05-16 15:22:15 +03:00
alex
0845dab3a3 feat(microservices): Add ability for pass transport to MessagePattern 2020-05-10 02:30:16 +03:00
Kamil Myśliwiec
7309ba4bdf chore(): remove lint from lint-staged 2020-01-26 12:17:23 +01:00
Sergey Telpuk
cc5c74993c fix - [RabbitMQ Microservice] "PRECONDITION_FAILED - reply consumer already set" #3138 2019-12-09 16:02:02 +03:00
Kamil Myśliwiec
5633df4e2b fix(microservices): add missing get pattern to rmq and tcp 2019-12-05 14:13:50 +01:00