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
Kamil Myśliwiec
658c42247e
fix(microservices): fix noack option in rmq client
2019-10-31 13:40:26 +01:00
kanen
e8fdb575aa
fix default option provided by function
2019-10-07 13:45:01 +03:00
Kamil Myśliwiec
1d27dacb2a
feat() add rpc & ws decorators, add rpc context
2019-09-26 12:44:44 +02:00
John McEntee
15df360f8e
bugfix(microservices) respect socketOptions for rabbitmq tls
...
socketOptions are currently being ignored when creating
a rabbitMQ microservice and client. This PR correctly passes
socketOptions to external libraries.
Fixes #2887
2019-09-05 10:47:03 -04:00
Kamil Myśliwiec
0a7f37d90b
feat(): add incoming request & response serializers
2019-08-26 21:23:46 +02:00
Kamil Myśliwiec
7f8aa92c0a
feat(): add rpc serializer and deserializer, improve performance
2019-08-26 21:23:46 +02:00
Kamil Myśliwiec
ea2d32669e
refactor(): remove generic type
2019-04-10 12:59:43 +02:00
Kamil Myśliwiec
d2cadc12c1
Merge branch 'master' into Upperfoot-feature/socket-options
2019-04-10 12:58:13 +02:00
Kamil Myśliwiec
0363108120
Merge branch 'feature/socket-options' of https://github.com/Upperfoot/nest into Upperfoot-feature/socket-options
2019-04-10 12:57:44 +02:00
Jiayi Hu
ee8b112504
fix(microservices): use correct server options type
2019-04-06 16:10:54 +02:00
Craig Whiteside
22889735cf
Removed class variable for socketOptions
2019-03-20 10:48:42 +00:00
Kamil Myśliwiec
9f1a32cbfd
refactor(): remove redundancy, extract handleEvent
2019-03-01 10:11:19 +01:00
Craig Whiteside
c5acf28c4b
Add socket options to Server
2019-02-12 12:12:28 +00:00
Craig Whiteside
2bd7346bb8
Pass socket options to connect method
2019-02-12 11:22:58 +00:00
Kamil Myśliwiec
e4179eb380
enhancement() add loader function to load package utility
2019-01-30 23:07:34 +01:00
Kamil Myśliwiec
4f767080bf
feature() add external context, microservices event patterns
2019-01-04 16:59:11 +01:00
Kamil Myśliwiec
1cac0a99fd
feature: more typings, refactor
2018-11-28 23:08:27 +01:00
Kamil Myśliwiec
0b23422ab1
refactor: reduce implicit types
2018-11-24 17:28:28 +01:00
Kamil Myśliwiec
b0026d8cc1
style(microservices) remove lint issues
2018-10-19 13:38:12 +02:00
Kamil Myśliwiec
a850d5d322
bugfix(microservices) fix issues with deps resolution
2018-10-19 13:01:54 +02:00
Kamil Myśliwiec
b0e4383e6e
merge: resolve conflicts
2018-10-19 11:39:15 +02:00
Kamil Myśliwiec
096336c243
bugfix(microservices) fix rabbit mq transport, code refactor, add tests
2018-10-05 22:42:35 +02:00