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